Html Css Color HEX #738D71 Davy's Grey

📋 copy color: '#738D71'

red 115 ◦ green 141 ◦ blue 113

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

Shades of Davy's Grey #738D71

Tints of Davy's Grey #738D71

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.21%

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

R = 31.17%
G = 38.21%
B = 30.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#738D71 (or 0x738D71) is known color: Davy's Grey. HEX triplet: 73, 8D and 71. RGB value is (115,141,113). Sum of RGB (Red+Green+Blue) = 115+141+113=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 141 - color contains mainly: green. Hex color #738D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738D71 is #8C728E. Grayscale: #828282. Windows color (decimal): -9204367 or 7441779. OLE color: 7441779.

HSL color Cylindrical-coordinate representation of color #738D71: hue angle of 115.71º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738D71 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 141 113 -
CMYK 0.18 0 0.20 0.45
HSL 115.71º 0.11% 0.5% -
HSV(B) 115.71º 0.2% 0.55% -
XYZ 19.58 23.89 19.2 -
YUV 130.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 115 141 113 0.18 0 0.20 0.45 115.71 0.11 0.5
Hex 73 8D 71 12 0 14 2D 74 B 32
Octal 163 215 161 22 0 24 55 164 13 62
Binary 1110011 10001101 1110001 10010 0 10100 101101 1110100 1011 110010

Color Harmonies of #738D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738D71

Black with #738D71

Text Example


Text Example

White with #738D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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