Html Css Color HEX #72825C Willow Grove

📋 copy color: '#72825C'

red 114 ◦ green 130 ◦ blue 92

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

Shades of Willow Grove #72825C

Tints of Willow Grove #72825C

RGB

 RED value IS 114 (44.92% from 255) = 33.93%

 GREEN value IS 130 (51.17% from 255) = 38.69%

 BLUE value IS 92 (36.33% from 255) = 27.38%

R = 33.93%
G = 38.69%
B = 27.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#72825C (or 0x72825C) is known color: Willow Grove. HEX triplet: 72, 82 and 5C. RGB value is (114,130,92). Sum of RGB (Red+Green+Blue) = 114+130+92=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #72825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72825C is #8D7DA3. Grayscale: #797979. Windows color (decimal): -9272740 or 6062706. OLE color: 6062706.

HSL color Cylindrical-coordinate representation of color #72825C: hue angle of 85.26º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72825C is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 130 92 -
CMYK 0.12 0 0.29 0.49
HSL 85.26º 0.17% 0.44% -
HSV(B) 85.26º 0.29% 0.51% -
XYZ 16.85 20.32 13.16 -
YUV 120.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 114 130 92 0.12 0 0.29 0.49 85.26 0.17 0.44
Hex 72 82 5C C 0 1D 31 55 11 2C
Octal 162 202 134 14 0 35 61 125 21 54
Binary 1110010 10000010 1011100 1100 0 11101 110001 1010101 10001 101100

Color Harmonies of #72825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72825C

Black with #72825C

Text Example


Text Example

White with #72825C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,130,92); }

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

background-color css

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

 a { background-color: rgb(114,130,92); }

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

border-color css

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

 span { border-color: rgb(114,130,92); }

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