Html Css Color HEX #749073 Davy's Grey

📋 copy color: '#749073'

red 116 ◦ green 144 ◦ blue 115

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

Shades of Davy's Grey #749073

Tints of Davy's Grey #749073

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

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

R = 30.93%
G = 38.4%
B = 30.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#749073 (or 0x749073) is known color: Davy's Grey. HEX triplet: 74, 90 and 73. RGB value is (116,144,115). Sum of RGB (Red+Green+Blue) = 116+144+115=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #749073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749073 is #8B6F8C. Grayscale: #848484. Windows color (decimal): -9138061 or 7573620. OLE color: 7573620.

HSL color Cylindrical-coordinate representation of color #749073: hue angle of 117.93º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #749073 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 115 -
CMYK 0.19 0 0.20 0.44
HSL 117.93º 0.12% 0.51% -
HSV(B) 117.93º 0.2% 0.56% -
XYZ 20.27 24.9 19.96 -
YUV 132.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 116 144 115 0.19 0 0.20 0.44 117.93 0.12 0.51
Hex 74 90 73 13 0 14 2C 76 C 33
Octal 164 220 163 23 0 24 54 166 14 63
Binary 1110100 10010000 1110011 10011 0 10100 101100 1110110 1100 110011

Color Harmonies of #749073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749073

Black with #749073

Text Example


Text Example

White with #749073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749073; }

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

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

background-color css

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

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

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

border-color css

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

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

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