Html Css Color HEX #64726C Sirocco

📋 copy color: '#64726C'

red 100 ◦ green 114 ◦ blue 108

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

Shades of Sirocco #64726C

Tints of Sirocco #64726C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 31.06%
G = 35.4%
B = 33.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#64726C (or 0x64726C) is known color: Sirocco. HEX triplet: 64, 72 and 6C. RGB value is (100,114,108). Sum of RGB (Red+Green+Blue) = 100+114+108=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 114 - color contains mainly: green. Hex color #64726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64726C is #9B8D93. Grayscale: #6D6D6D. Windows color (decimal): -10194324 or 7107172. OLE color: 7107172.

HSL color Cylindrical-coordinate representation of color #64726C: hue angle of 154.29º 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 #64726C is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 114 108 -
CMYK 0.12 0 0.05 0.55
HSL 154.29º 0.07% 0.42% -
HSV(B) 154.29º 0.12% 0.45% -
XYZ 13.98 15.83 16.51 -
YUV 109.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 100 114 108 0.12 0 0.05 0.55 154.29 0.07 0.42
Hex 64 72 6C C 0 5 37 9A 7 2A
Octal 144 162 154 14 0 5 67 232 7 52
Binary 1100100 1110010 1101100 1100 0 101 110111 10011010 111 101010

Color Harmonies of #64726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64726C

Black with #64726C

Text Example


Text Example

White with #64726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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