Html Css Color HEX #64776E Sirocco

📋 copy color: '#64776E'

red 100 ◦ green 119 ◦ blue 110

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

Shades of Sirocco #64776E

Tints of Sirocco #64776E

RGB

 RED value IS 100 (39.45% from 255) = 30.4%

 GREEN value IS 119 (46.88% from 255) = 36.17%

 BLUE value IS 110 (43.36% from 255) = 33.43%

R = 30.4%
G = 36.17%
B = 33.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#64776E (or 0x64776E) is known color: Sirocco. HEX triplet: 64, 77 and 6E. RGB value is (100,119,110). Sum of RGB (Red+Green+Blue) = 100+119+110=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #64776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64776E is #9B8891. Grayscale: #707070. Windows color (decimal): -10193042 or 7239524. OLE color: 7239524.

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

Color convert

RGB 100 119 110 -
CMYK 0.16 0 0.08 0.53
HSL 151.58º 0.09% 0.43% -
HSV(B) 151.58º 0.16% 0.47% -
XYZ 14.67 17.03 17.27 -
YUV 112.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 100 119 110 0.16 0 0.08 0.53 151.58 0.09 0.43
Hex 64 77 6E 10 0 8 35 98 9 2B
Octal 144 167 156 20 0 10 65 230 11 53
Binary 1100100 1110111 1101110 10000 0 1000 110101 10011000 1001 101011

Color Harmonies of #64776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64776E

Black with #64776E

Text Example


Text Example

White with #64776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64776E;
 }
 .AnyTagClassName
 {
   color: #64776E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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