Html Css Color HEX #738971 Davy's Grey

📋 copy color: '#738971'

red 115 ◦ green 137 ◦ blue 113

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

Shades of Davy's Grey #738971

Tints of Davy's Grey #738971

RGB

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

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

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

R = 31.51%
G = 37.53%
B = 30.96%

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

#738971 (or 0x738971) is known color: Davy's Grey. HEX triplet: 73, 89 and 71. RGB value is (115,137,113). Sum of RGB (Red+Green+Blue) = 115+137+113=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #738971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738971 is #8C768E. Grayscale: #7F7F7F. Windows color (decimal): -9205391 or 7440755. OLE color: 7440755.

HSL color Cylindrical-coordinate representation of color #738971: hue angle of 115º 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 #738971 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 137 113 -
CMYK 0.16 0 0.18 0.46
HSL 115º 0.1% 0.49% -
HSV(B) 115º 0.18% 0.54% -
XYZ 19 22.73 19.01 -
YUV 127.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 115 137 113 0.16 0 0.18 0.46 115 0.1 0.49
Hex 73 89 71 10 0 12 2E 73 A 31
Octal 163 211 161 20 0 22 56 163 12 61
Binary 1110011 10001001 1110001 10000 0 10010 101110 1110011 1010 110001

Color Harmonies of #738971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738971

Black with #738971

Text Example


Text Example

White with #738971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738971; }

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

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

background-color css

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

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

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

border-color css

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

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

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