Html Css Color HEX #738473 Davy's Grey

📋 copy color: '#738473'

red 115 ◦ green 132 ◦ blue 115

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

Shades of Davy's Grey #738473

Tints of Davy's Grey #738473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.46%

 BLUE value IS 115 (45.31% from 255) = 31.77%

R = 31.77%
G = 36.46%
B = 31.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#738473 (or 0x738473) is known color: Davy's Grey. HEX triplet: 73, 84 and 73. RGB value is (115,132,115). Sum of RGB (Red+Green+Blue) = 115+132+115=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #738473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738473 is #8C7B8C. Grayscale: #7D7D7D. Windows color (decimal): -9206669 or 7570547. OLE color: 7570547.

HSL color Cylindrical-coordinate representation of color #738473: hue angle of 120º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #738473 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 132 115 -
CMYK 0.13 0 0.13 0.48
HSL 120º 0.07% 0.48% -
HSV(B) 120º 0.13% 0.52% -
XYZ 18.42 21.39 19.38 -
YUV 124.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 115 132 115 0.13 0 0.13 0.48 120 0.07 0.48
Hex 73 84 73 D 0 D 30 78 7 30
Octal 163 204 163 15 0 15 60 170 7 60
Binary 1110011 10000100 1110011 1101 0 1101 110000 1111000 111 110000

Color Harmonies of #738473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738473

Black with #738473

Text Example


Text Example

White with #738473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738473; }

 p { color: rgb(115,132,115); }

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

background-color css

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

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

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

border-color css

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

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

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