Html Css Color HEX #72946E Davy's Grey

📋 copy color: '#72946E'

red 114 ◦ green 148 ◦ blue 110

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

Shades of Davy's Grey #72946E

Tints of Davy's Grey #72946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

 BLUE value IS 110 (43.36% from 255) = 29.57%

R = 30.65%
G = 39.78%
B = 29.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#72946E (or 0x72946E) is known color: Davy's Grey. HEX triplet: 72, 94 and 6E. RGB value is (114,148,110). Sum of RGB (Red+Green+Blue) = 114+148+110=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 148 - color contains mainly: green. Hex color #72946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72946E is #8D6B91. Grayscale: #858585. Windows color (decimal): -9268114 or 7246962. OLE color: 7246962.

HSL color Cylindrical-coordinate representation of color #72946E: hue angle of 113.68º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72946E is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 110 -
CMYK 0.23 0 0.26 0.42
HSL 113.68º 0.15% 0.51% -
HSV(B) 113.68º 0.26% 0.58% -
XYZ 20.34 25.88 18.68 -
YUV 133.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 114 148 110 0.23 0 0.26 0.42 113.68 0.15 0.51
Hex 72 94 6E 17 0 1A 2A 72 F 33
Octal 162 224 156 27 0 32 52 162 17 63
Binary 1110010 10010100 1101110 10111 0 11010 101010 1110010 1111 110011

Color Harmonies of #72946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72946E

Black with #72946E

Text Example


Text Example

White with #72946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,148,110); }

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

background-color css

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

 a { background-color: rgb(114,148,110); }

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

border-color css

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

 span { border-color: rgb(114,148,110); }

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