Html Css Color HEX #738D72 Davy's Grey

📋 copy color: '#738D72'

red 115 ◦ green 141 ◦ blue 114

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

Shades of Davy's Grey #738D72

Tints of Davy's Grey #738D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.81%

R = 31.08%
G = 38.11%
B = 30.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#738D72 (or 0x738D72) is known color: Davy's Grey. HEX triplet: 73, 8D and 72. RGB value is (115,141,114). Sum of RGB (Red+Green+Blue) = 115+141+114=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #738D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738D72 is #8C728D. Grayscale: #828282. Windows color (decimal): -9204366 or 7507315. OLE color: 7507315.

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

Color convert

RGB 115 141 114 -
CMYK 0.18 0 0.19 0.45
HSL 117.78º 0.11% 0.5% -
HSV(B) 117.78º 0.19% 0.55% -
XYZ 19.63 23.91 19.5 -
YUV 130.15 118.89 117.2 -
System Red Green Blue C M Y K H S L
Decimal 115 141 114 0.18 0 0.19 0.45 117.78 0.11 0.5
Hex 73 8D 72 12 0 13 2D 76 B 32
Octal 163 215 162 22 0 23 55 166 13 62
Binary 1110011 10001101 1110010 10010 0 10011 101101 1110110 1011 110010

Color Harmonies of #738D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738D72

Black with #738D72

Text Example


Text Example

White with #738D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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