Html Css Color HEX #738172 Davy's Grey

📋 copy color: '#738172'

red 115 ◦ green 129 ◦ blue 114

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

Shades of Davy's Grey #738172

Tints of Davy's Grey #738172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.03%

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

R = 32.12%
G = 36.03%
B = 31.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#738172 (or 0x738172) is known color: Davy's Grey. HEX triplet: 73, 81 and 72. RGB value is (115,129,114). Sum of RGB (Red+Green+Blue) = 115+129+114=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 129 - color contains mainly: green. Hex color #738172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738172 is #8C7E8D. Grayscale: #7B7B7B. Windows color (decimal): -9207438 or 7504243. OLE color: 7504243.

HSL color Cylindrical-coordinate representation of color #738172: hue angle of 116º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #738172 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 129 114 -
CMYK 0.11 0 0.12 0.49
HSL 116º 0.06% 0.48% -
HSV(B) 116º 0.12% 0.51% -
XYZ 17.96 20.56 18.94 -
YUV 123.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 115 129 114 0.11 0 0.12 0.49 116 0.06 0.48
Hex 73 81 72 B 0 C 31 74 6 30
Octal 163 201 162 13 0 14 61 164 6 60
Binary 1110011 10000001 1110010 1011 0 1100 110001 1110100 110 110000

Color Harmonies of #738172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738172

Black with #738172

Text Example


Text Example

White with #738172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738172; }

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

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

background-color css

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

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

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

border-color css

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

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

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