Html Css Color HEX #749173 Davy's Grey

📋 copy color: '#749173'

red 116 ◦ green 145 ◦ blue 115

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

Shades of Davy's Grey #749173

Tints of Davy's Grey #749173

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.56%

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 30.85%
G = 38.56%
B = 30.59%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#749173 (or 0x749173) is known color: Davy's Grey. HEX triplet: 74, 91 and 73. RGB value is (116,145,115). Sum of RGB (Red+Green+Blue) = 116+145+115=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #749173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749173 is #8B6E8C. Grayscale: #858585. Windows color (decimal): -9137805 or 7573876. OLE color: 7573876.

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

Color convert

RGB 116 145 115 -
CMYK 0.2 0 0.21 0.43
HSL 118º 0.12% 0.51% -
HSV(B) 118º 0.21% 0.57% -
XYZ 20.42 25.2 20.01 -
YUV 132.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 116 145 115 0.2 0 0.21 0.43 118 0.12 0.51
Hex 74 91 73 14 0 15 2B 76 C 33
Octal 164 221 163 24 0 25 53 166 14 63
Binary 1110100 10010001 1110011 10100 0 10101 101011 1110110 1100 110011

Color Harmonies of #749173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749173

Black with #749173

Text Example


Text Example

White with #749173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749173; }

 p { color: rgb(116,145,115); }

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

background-color css

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

 a { background-color: rgb(116,145,115); }

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

border-color css

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

 span { border-color: rgb(116,145,115); }

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