Html Css Color HEX #72825D Willow Grove

📋 copy color: '#72825D'

red 114 ◦ green 130 ◦ blue 93

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

Shades of Willow Grove #72825D

Tints of Willow Grove #72825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.6%

R = 33.83%
G = 38.58%
B = 27.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#72825D (or 0x72825D) is known color: Willow Grove. HEX triplet: 72, 82 and 5D. RGB value is (114,130,93). Sum of RGB (Red+Green+Blue) = 114+130+93=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #72825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72825D is #8D7DA2. Grayscale: #797979. Windows color (decimal): -9272739 or 6128242. OLE color: 6128242.

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

Color convert

RGB 114 130 93 -
CMYK 0.12 0 0.28 0.49
HSL 85.95º 0.17% 0.44% -
HSV(B) 85.95º 0.28% 0.51% -
XYZ 16.9 20.33 13.39 -
YUV 121 112.2 123.01 -
System Red Green Blue C M Y K H S L
Decimal 114 130 93 0.12 0 0.28 0.49 85.95 0.17 0.44
Hex 72 82 5D C 0 1C 31 56 11 2C
Octal 162 202 135 14 0 34 61 126 21 54
Binary 1110010 10000010 1011101 1100 0 11100 110001 1010110 10001 101100

Color Harmonies of #72825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72825D

Black with #72825D

Text Example


Text Example

White with #72825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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