Html Css Color HEX #738970 Davy's Grey

📋 copy color: '#738970'

red 115 ◦ green 137 ◦ blue 112

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

Shades of Davy's Grey #738970

Tints of Davy's Grey #738970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.64%

 BLUE value IS 112 (44.14% from 255) = 30.77%

R = 31.59%
G = 37.64%
B = 30.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#738970 (or 0x738970) is known color: Davy's Grey. HEX triplet: 73, 89 and 70. RGB value is (115,137,112). Sum of RGB (Red+Green+Blue) = 115+137+112=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #738970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738970 is #8C768F. Grayscale: #7F7F7F. Windows color (decimal): -9205392 or 7375219. OLE color: 7375219.

HSL color Cylindrical-coordinate representation of color #738970: hue angle of 112.8º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #738970 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 137 112 -
CMYK 0.16 0 0.18 0.46
HSL 112.8º 0.1% 0.49% -
HSV(B) 112.8º 0.18% 0.54% -
XYZ 18.94 22.71 18.71 -
YUV 127.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 115 137 112 0.16 0 0.18 0.46 112.8 0.1 0.49
Hex 73 89 70 10 0 12 2E 71 A 31
Octal 163 211 160 20 0 22 56 161 12 61
Binary 1110011 10001001 1110000 10000 0 10010 101110 1110001 1010 110001

Color Harmonies of #738970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738970

Black with #738970

Text Example


Text Example

White with #738970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738970; }

 p { color: rgb(115,137,112); }

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

background-color css

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

 a { background-color: rgb(115,137,112); }

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

border-color css

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

 span { border-color: rgb(115,137,112); }

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