Html Css Color HEX #749372 Davy's Grey

📋 copy color: '#749372'

red 116 ◦ green 147 ◦ blue 114

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

Shades of Davy's Grey #749372

Tints of Davy's Grey #749372

RGB

 RED value IS 116 (45.7% from 255) = 30.77%

 GREEN value IS 147 (57.81% from 255) = 38.99%

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 30.77%
G = 38.99%
B = 30.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#749372 (or 0x749372) is known color: Davy's Grey. HEX triplet: 74, 93 and 72. RGB value is (116,147,114). Sum of RGB (Red+Green+Blue) = 116+147+114=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #749372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749372 is #8B6C8D. Grayscale: #868686. Windows color (decimal): -9137294 or 7508852. OLE color: 7508852.

HSL color Cylindrical-coordinate representation of color #749372: hue angle of 116.36º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #749372 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 114 -
CMYK 0.21 0 0.22 0.42
HSL 116.36º 0.13% 0.51% -
HSV(B) 116.36º 0.22% 0.58% -
XYZ 20.67 25.8 19.81 -
YUV 133.97 116.73 115.18 -
System Red Green Blue C M Y K H S L
Decimal 116 147 114 0.21 0 0.22 0.42 116.36 0.13 0.51
Hex 74 93 72 15 0 16 2A 74 D 33
Octal 164 223 162 25 0 26 52 164 15 63
Binary 1110100 10010011 1110010 10101 0 10110 101010 1110100 1101 110011

Color Harmonies of #749372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749372

Black with #749372

Text Example


Text Example

White with #749372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749372; }

 p { color: rgb(116,147,114); }

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

background-color css

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

 a { background-color: rgb(116,147,114); }

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

border-color css

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

 span { border-color: rgb(116,147,114); }

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