Html Css Color HEX #738373 Davy's Grey

📋 copy color: '#738373'

red 115 ◦ green 131 ◦ blue 115

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

Shades of Davy's Grey #738373

Tints of Davy's Grey #738373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

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

R = 31.86%
G = 36.29%
B = 31.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#738373 (or 0x738373) is known color: Davy's Grey. HEX triplet: 73, 83 and 73. RGB value is (115,131,115). Sum of RGB (Red+Green+Blue) = 115+131+115=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 131 - color contains mainly: green. Hex color #738373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738373 is #8C7C8C. Grayscale: #7C7C7C. Windows color (decimal): -9206925 or 7570291. OLE color: 7570291.

HSL color Cylindrical-coordinate representation of color #738373: hue angle of 120º degrees, saturation: 0.07, 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 #738373 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 131 115 -
CMYK 0.12 0 0.12 0.49
HSL 120º 0.07% 0.48% -
HSV(B) 120º 0.12% 0.51% -
XYZ 18.28 21.12 19.33 -
YUV 124.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 115 131 115 0.12 0 0.12 0.49 120 0.07 0.48
Hex 73 83 73 C 0 C 31 78 7 30
Octal 163 203 163 14 0 14 61 170 7 60
Binary 1110011 10000011 1110011 1100 0 1100 110001 1111000 111 110000

Color Harmonies of #738373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738373

Black with #738373

Text Example


Text Example

White with #738373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738373; }

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

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

background-color css

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

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

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

border-color css

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

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

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