Html Css Color HEX #749071 Davy's Grey

📋 copy color: '#749071'

red 116 ◦ green 144 ◦ blue 113

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

Shades of Davy's Grey #749071

Tints of Davy's Grey #749071

RGB

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

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

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

R = 31.1%
G = 38.61%
B = 30.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#749071 (or 0x749071) is known color: Davy's Grey. HEX triplet: 74, 90 and 71. RGB value is (116,144,113). Sum of RGB (Red+Green+Blue) = 116+144+113=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #749071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749071 is #8B6F8E. Grayscale: #848484. Windows color (decimal): -9138063 or 7442548. OLE color: 7442548.

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

Color convert

RGB 116 144 113 -
CMYK 0.19 0 0.22 0.44
HSL 114.19º 0.12% 0.5% -
HSV(B) 114.19º 0.22% 0.56% -
XYZ 20.16 24.85 19.36 -
YUV 132.09 117.22 116.52 -
System Red Green Blue C M Y K H S L
Decimal 116 144 113 0.19 0 0.22 0.44 114.19 0.12 0.5
Hex 74 90 71 13 0 16 2C 72 C 32
Octal 164 220 161 23 0 26 54 162 14 62
Binary 1110100 10010000 1110001 10011 0 10110 101100 1110010 1100 110010

Color Harmonies of #749071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749071

Black with #749071

Text Example


Text Example

White with #749071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749071; }

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

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

background-color css

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

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

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

border-color css

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

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

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