Html Css Color HEX #739471 Davy's Grey

📋 copy color: '#739471'

red 115 ◦ green 148 ◦ blue 113

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

Shades of Davy's Grey #739471

Tints of Davy's Grey #739471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.36%

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

R = 30.59%
G = 39.36%
B = 30.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#739471 (or 0x739471) is known color: Davy's Grey. HEX triplet: 73, 94 and 71. RGB value is (115,148,113). Sum of RGB (Red+Green+Blue) = 115+148+113=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #739471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739471 is #8C6B8E. Grayscale: #868686. Windows color (decimal): -9202575 or 7443571. OLE color: 7443571.

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

Color convert

RGB 115 148 113 -
CMYK 0.22 0 0.24 0.42
HSL 116.57º 0.14% 0.51% -
HSV(B) 116.57º 0.24% 0.58% -
XYZ 20.64 26.02 19.56 -
YUV 134.14 116.07 114.35 -
System Red Green Blue C M Y K H S L
Decimal 115 148 113 0.22 0 0.24 0.42 116.57 0.14 0.51
Hex 73 94 71 16 0 18 2A 75 E 33
Octal 163 224 161 26 0 30 52 165 16 63
Binary 1110011 10010100 1110001 10110 0 11000 101010 1110101 1110 110011

Color Harmonies of #739471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739471

Black with #739471

Text Example


Text Example

White with #739471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739471; }

 p { color: rgb(115,148,113); }

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

background-color css

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

 a { background-color: rgb(115,148,113); }

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

border-color css

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

 span { border-color: rgb(115,148,113); }

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