#687770

Color #687770 Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #687770

Tints of Sirocco #687770

Color information

#687770 (or 0x687770) is unknown color: approx Sirocco. HEX triplet: 68, 77 and 70. RGB value is (104,119,112). Sum of RGB (Red+Green+Blue) = 104+119+112=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #687770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687770 is #97888F. Grayscale: #717171. Windows color (decimal): -9930896 or 7370600. OLE color: 7370600.

HSL color Cylindrical-coordinate representation of color #687770: hue angle of 152º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #687770 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB104119112-
CMYK0.1300.060.53
HSL152º6.73%43.73%-
HSV(B)152º12.61%46.67%-
XYZ15.2317.3117.87-
YUV113.72127.03121.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=31.04%
G=35.52%
B=33.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041191120.1300.060.531526.7343.73
Hex687770D06359872c
Octal150167160150665230754
Binary1101000111011111100001101011011010110011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687770; }

 p { color: rgb(104,119,112); }

 H1.HeaderClassName
 {
   color: #687770;
 }
 .AnyTagClassName
 {
   color: #687770;
 }
</style>
background-color css

<style>
 a { background-color: #687770; }

 a { background-color: rgb(104,119,112); }

 div.DivClassName
 {
   background-color: #687770;
 }
 .BgClassName
 {
   background-color: #687770;
 }
</style>
border-color css

<style>
 span { border-color: #687770; }

 span { border-color: rgb(104,119,112); }

 td.TdClassName
 {
   border-color: #687770;
 }
 .TagClassName
 {
   border-color: #687770;
 }
</style>