Html Css Color HEX #738672 Davy's Grey

📋 copy color: '#738672'

red 115 ◦ green 134 ◦ blue 114

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

Shades of Davy's Grey #738672

Tints of Davy's Grey #738672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.91%

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

R = 31.68%
G = 36.91%
B = 31.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#738672 (or 0x738672) is known color: Davy's Grey. HEX triplet: 73, 86 and 72. RGB value is (115,134,114). Sum of RGB (Red+Green+Blue) = 115+134+114=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 134 - color contains mainly: green. Hex color #738672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738672 is #8C798D. Grayscale: #7E7E7E. Windows color (decimal): -9206158 or 7505523. OLE color: 7505523.

HSL color Cylindrical-coordinate representation of color #738672: hue angle of 117º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #738672 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 134 114 -
CMYK 0.14 0 0.15 0.47
HSL 117º 0.08% 0.49% -
HSV(B) 117º 0.15% 0.53% -
XYZ 18.63 21.91 19.17 -
YUV 126.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 115 134 114 0.14 0 0.15 0.47 117 0.08 0.49
Hex 73 86 72 E 0 F 2F 75 8 31
Octal 163 206 162 16 0 17 57 165 10 61
Binary 1110011 10000110 1110010 1110 0 1111 101111 1110101 1000 110001

Color Harmonies of #738672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738672

Black with #738672

Text Example


Text Example

White with #738672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738672; }

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

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

background-color css

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

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

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

border-color css

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

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

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