Html Css Color HEX #738E71 Davy's Grey

📋 copy color: '#738E71'

red 115 ◦ green 142 ◦ blue 113

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

Shades of Davy's Grey #738E71

Tints of Davy's Grey #738E71

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.38%

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

R = 31.08%
G = 38.38%
B = 30.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#738E71 (or 0x738E71) is known color: Davy's Grey. HEX triplet: 73, 8E and 71. RGB value is (115,142,113). Sum of RGB (Red+Green+Blue) = 115+142+113=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 142 - color contains mainly: green. Hex color #738E71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738E71 is #8C718E. Grayscale: #828282. Windows color (decimal): -9204111 or 7442035. OLE color: 7442035.

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

Color convert

RGB 115 142 113 -
CMYK 0.19 0 0.20 0.44
HSL 115.86º 0.11% 0.5% -
HSV(B) 115.86º 0.2% 0.56% -
XYZ 19.72 24.18 19.25 -
YUV 130.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 115 142 113 0.19 0 0.20 0.44 115.86 0.11 0.5
Hex 73 8E 71 13 0 14 2C 74 B 32
Octal 163 216 161 23 0 24 54 164 13 62
Binary 1110011 10001110 1110001 10011 0 10100 101100 1110100 1011 110010

Color Harmonies of #738E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738E71

Black with #738E71

Text Example


Text Example

White with #738E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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