Html Css Color HEX #64724E Willow Grove

📋 copy color: '#64724E'

red 100 ◦ green 114 ◦ blue 78

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

Shades of Willow Grove #64724E

Tints of Willow Grove #64724E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.71%

R = 34.25%
G = 39.04%
B = 26.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#64724E (or 0x64724E) is known color: Willow Grove. HEX triplet: 64, 72 and 4E. RGB value is (100,114,78). Sum of RGB (Red+Green+Blue) = 100+114+78=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #64724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64724E is #9B8DB1. Grayscale: #696969. Windows color (decimal): -10194354 or 5141092. OLE color: 5141092.

HSL color Cylindrical-coordinate representation of color #64724E: hue angle of 83.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64724E is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 114 78 -
CMYK 0.12 0 0.32 0.55
HSL 83.33º 0.19% 0.38% -
HSV(B) 83.33º 0.32% 0.45% -
XYZ 12.65 15.29 9.49 -
YUV 105.71 112.36 123.93 -
System Red Green Blue C M Y K H S L
Decimal 100 114 78 0.12 0 0.32 0.55 83.33 0.19 0.38
Hex 64 72 4E C 0 20 37 53 13 26
Octal 144 162 116 14 0 40 67 123 23 46
Binary 1100100 1110010 1001110 1100 0 100000 110111 1010011 10011 100110

Color Harmonies of #64724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64724E

Black with #64724E

Text Example


Text Example

White with #64724E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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