#64786C

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

Shades of Sirocco #64786C

Tints of Sirocco #64786C

Color information

#64786C (or 0x64786C) is unknown color: approx Sirocco. HEX triplet: 64, 78 and 6C. RGB value is (100,120,108). Sum of RGB (Red+Green+Blue) = 100+120+108=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 120 - color contains mainly: green. Hex color #64786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64786C is #9B8793. Grayscale: #707070. Windows color (decimal): -10192788 or 7108708. OLE color: 7108708.

HSL color Cylindrical-coordinate representation of color #64786C: hue angle of 144º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #64786C is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB100120108-
CMYK0.1700.100.53
HSL144º9.09%43.14%-
HSV(B)144º16.67%47.06%-
XYZ14.6817.2216.74-
YUV112.65125.37118.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.49%
GREEN value IS 120 (47.27% from 255) = 36.59%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=30.49%
G=36.59%
B=32.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1001201080.1700.100.531449.0943.14
Hex64786C110A359092b
Octal14417015421012652201153
Binary1100100111100011011001000101010110101100100001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64786C; }

 p { color: rgb(100,120,108); }

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

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

 a { background-color: rgb(100,120,108); }

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

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

 span { border-color: rgb(100,120,108); }

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