Html Css Color HEX #64776C Sirocco

📋 copy color: '#64776C'

red 100 ◦ green 119 ◦ blue 108

#64776C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #64776C

Tints of Sirocco #64776C

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 value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#64776C (or 0x64776C) is known color: 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

RGB 100 119 108 -
CMYK 0.16 0 0.09 0.53
HSL 145.26º 0.09% 0.43% -
HSV(B) 145.26º 0.16% 0.47% -
XYZ 14.56 16.99 16.7 -
YUV 112.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 100 119 108 0.16 0 0.09 0.53 145.26 0.09 0.43
Hex 64 77 6C 10 0 9 35 91 9 2B
Octal 144 167 154 20 0 11 65 221 11 53
Binary 1100100 1110111 1101100 10000 0 1001 110101 10010001 1001 101011

Color Harmonies of #64776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64776C

Black with #64776C

Text Example


Text Example

White with #64776C

Text Example


Text Example

HTML Codes & Css Web 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>