Html Css Color HEX #738F71 Davy's Grey

📋 copy color: '#738F71'

red 115 ◦ green 143 ◦ blue 113

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

Shades of Davy's Grey #738F71

Tints of Davy's Grey #738F71

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.54%

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

R = 31%
G = 38.54%
B = 30.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#738F71 (or 0x738F71) is known color: Davy's Grey. HEX triplet: 73, 8F and 71. RGB value is (115,143,113). Sum of RGB (Red+Green+Blue) = 115+143+113=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 143 - color contains mainly: green. Hex color #738F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738F71 is #8C708E. Grayscale: #838383. Windows color (decimal): -9203855 or 7442291. OLE color: 7442291.

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

Color convert

RGB 115 143 113 -
CMYK 0.20 0 0.21 0.44
HSL 116º 0.12% 0.5% -
HSV(B) 116º 0.21% 0.56% -
XYZ 19.87 24.48 19.3 -
YUV 131.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 115 143 113 0.20 0 0.21 0.44 116 0.12 0.5
Hex 73 8F 71 14 0 15 2C 74 C 32
Octal 163 217 161 24 0 25 54 164 14 62
Binary 1110011 10001111 1110001 10100 0 10101 101100 1110100 1100 110010

Color Harmonies of #738F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738F71

Black with #738F71

Text Example


Text Example

White with #738F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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