Html Css Color HEX #749272 Davy's Grey

📋 copy color: '#749272'

red 116 ◦ green 146 ◦ blue 114

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

Shades of Davy's Grey #749272

Tints of Davy's Grey #749272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.83%

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

R = 30.85%
G = 38.83%
B = 30.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#749272 (or 0x749272) is known color: Davy's Grey. HEX triplet: 74, 92 and 72. RGB value is (116,146,114). Sum of RGB (Red+Green+Blue) = 116+146+114=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #749272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749272 is #8B6D8D. Grayscale: #858585. Windows color (decimal): -9137550 or 7508596. OLE color: 7508596.

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

Color convert

RGB 116 146 114 -
CMYK 0.21 0 0.22 0.43
HSL 116.25º 0.13% 0.51% -
HSV(B) 116.25º 0.22% 0.57% -
XYZ 20.52 25.49 19.76 -
YUV 133.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 116 146 114 0.21 0 0.22 0.43 116.25 0.13 0.51
Hex 74 92 72 15 0 16 2B 74 D 33
Octal 164 222 162 25 0 26 53 164 15 63
Binary 1110100 10010010 1110010 10101 0 10110 101011 1110100 1101 110011

Color Harmonies of #749272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749272

Black with #749272

Text Example


Text Example

White with #749272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749272; }

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

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

background-color css

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

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

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

border-color css

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

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

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