Html Css Color HEX #64776B Sirocco

📋 copy color: '#64776B'

red 100 ◦ green 119 ◦ blue 107

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

Shades of Sirocco #64776B

Tints of Sirocco #64776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 30.67%
G = 36.5%
B = 32.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

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

RGB 100 119 107 -
CMYK 0.16 0 0.10 0.53
HSL 142.11º 0.09% 0.43% -
HSV(B) 142.11º 0.16% 0.47% -
XYZ 14.51 16.96 16.42 -
YUV 111.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 100 119 107 0.16 0 0.10 0.53 142.11 0.09 0.43
Hex 64 77 6B 10 0 A 35 8E 9 2B
Octal 144 167 153 20 0 12 65 216 11 53
Binary 1100100 1110111 1101011 10000 0 1010 110101 10001110 1001 101011

Color Harmonies of #64776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64776B

Black with #64776B

Text Example


Text Example

White with #64776B

Text Example


Text Example

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