#64776C

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

Shades of Sirocco #64776C

Tints of Sirocco #64776C

Color information

#64776C (or 0x64776C) is unknown color: approx Sirocco. HEX triplet: 64, 77 and 6C. RGB value is (100,119,108). Sum of RGB (Red+Green+Blue) = 100+119+108=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 119 - color contains mainly: green. Hex color #64776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64776C is #9B8893. Grayscale: #707070. Windows color (decimal): -10193044 or 7108452. OLE color: 7108452.

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

Color convert

RGB100119108-
CMYK0.1600.090.53
HSL145.26º8.68%42.94%-
HSV(B)145.26º15.97%46.67%-
XYZ14.5616.9916.7-
YUV112.06125.71119.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=30.58%
G=36.39%
B=33.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1001191080.1600.090.53145.268.6842.94
Hex64776C1009359192b
Octal14416715420011652211153
Binary1100100111011111011001000001001110101100100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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