Html Css Color HEX #749371 Davy's Grey

📋 copy color: '#749371'

red 116 ◦ green 147 ◦ blue 113

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

Shades of Davy's Grey #749371

Tints of Davy's Grey #749371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 30.85%
G = 39.1%
B = 30.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#749371 (or 0x749371) is known color: Davy's Grey. HEX triplet: 74, 93 and 71. RGB value is (116,147,113). Sum of RGB (Red+Green+Blue) = 116+147+113=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #749371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749371 is #8B6C8E. Grayscale: #858585. Windows color (decimal): -9137295 or 7443316. OLE color: 7443316.

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

Color convert

RGB 116 147 113 -
CMYK 0.21 0 0.23 0.42
HSL 114.71º 0.14% 0.51% -
HSV(B) 114.71º 0.23% 0.58% -
XYZ 20.62 25.77 19.51 -
YUV 133.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 116 147 113 0.21 0 0.23 0.42 114.71 0.14 0.51
Hex 74 93 71 15 0 17 2A 73 E 33
Octal 164 223 161 25 0 27 52 163 16 63
Binary 1110100 10010011 1110001 10101 0 10111 101010 1110011 1110 110011

Color Harmonies of #749371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749371

Black with #749371

Text Example


Text Example

White with #749371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749371; }

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

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

background-color css

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

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

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

border-color css

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

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

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