#64776B

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

Shades of Sirocco #64776B

Tints of Sirocco #64776B

Color information

#64776B (or 0x64776B) is unknown color: approx Sirocco. HEX triplet: 64, 77 and 6B. RGB value is (100,119,107). Sum of RGB (Red+Green+Blue) = 100+119+107=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 119 - color contains mainly: green. Hex color #64776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64776B is #9B8894. Grayscale: #6F6F6F. Windows color (decimal): -10193045 or 7042916. OLE color: 7042916.

HSL color Cylindrical-coordinate representation of color #64776B: hue angle of 142.11º 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 #64776B is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB100119107-
CMYK0.1600.100.53
HSL142.11º8.68%42.94%-
HSV(B)142.11º15.97%46.67%-
XYZ14.5116.9616.42-
YUV111.95125.21119.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 119 (46.88% from 255) = 36.50%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=30.67%
G=36.50%
B=32.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1001191070.1600.100.53142.118.6842.94
Hex64776B100A358e92b
Octal14416715320012652161153
Binary1100100111011111010111000001010110101100011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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