Html Css Color HEX #64726A Sirocco

📋 copy color: '#64726A'

red 100 ◦ green 114 ◦ blue 106

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

Shades of Sirocco #64726A

Tints of Sirocco #64726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

 BLUE value IS 106 (41.8% from 255) = 33.13%

R = 31.25%
G = 35.63%
B = 33.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#64726A (or 0x64726A) is known color: Sirocco. HEX triplet: 64, 72 and 6A. RGB value is (100,114,106). Sum of RGB (Red+Green+Blue) = 100+114+106=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 114 - color contains mainly: green. Hex color #64726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64726A is #9B8D95. Grayscale: #6C6C6C. Windows color (decimal): -10194326 or 6976100. OLE color: 6976100.

HSL color Cylindrical-coordinate representation of color #64726A: hue angle of 145.71º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #64726A is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 114 106 -
CMYK 0.12 0 0.07 0.55
HSL 145.71º 0.07% 0.42% -
HSV(B) 145.71º 0.12% 0.45% -
XYZ 13.87 15.78 15.95 -
YUV 108.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 100 114 106 0.12 0 0.07 0.55 145.71 0.07 0.42
Hex 64 72 6A C 0 7 37 92 7 2A
Octal 144 162 152 14 0 7 67 222 7 52
Binary 1100100 1110010 1101010 1100 0 111 110111 10010010 111 101010

Color Harmonies of #64726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64726A

Black with #64726A

Text Example


Text Example

White with #64726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64726A; }

 p { color: rgb(100,114,106); }

 H1.HeaderClassName
 {
   color: #64726A;
 }
 .AnyTagClassName
 {
   color: #64726A;
 }
</style>

background-color css

<style>
 a { background-color: #64726A; }

 a { background-color: rgb(100,114,106); }

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

border-color css

<style>
 span { border-color: #64726A; }

 span { border-color: rgb(100,114,106); }

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