Html Css Color HEX #738C73 Davy's Grey

📋 copy color: '#738C73'

red 115 ◦ green 140 ◦ blue 115

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

Shades of Davy's Grey #738C73

Tints of Davy's Grey #738C73

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.84%

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

R = 31.08%
G = 37.84%
B = 31.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#738C73 (or 0x738C73) is known color: Davy's Grey. HEX triplet: 73, 8C and 73. RGB value is (115,140,115). Sum of RGB (Red+Green+Blue) = 115+140+115=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 140 - color contains mainly: green. Hex color #738C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738C73 is #8C738C. Grayscale: #818181. Windows color (decimal): -9204621 or 7572595. OLE color: 7572595.

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

Color convert

RGB 115 140 115 -
CMYK 0.18 0 0.18 0.45
HSL 120º 0.1% 0.5% -
HSV(B) 120º 0.18% 0.55% -
XYZ 19.54 23.64 19.75 -
YUV 129.68 119.72 117.53 -
System Red Green Blue C M Y K H S L
Decimal 115 140 115 0.18 0 0.18 0.45 120 0.1 0.5
Hex 73 8C 73 12 0 12 2D 78 A 32
Octal 163 214 163 22 0 22 55 170 12 62
Binary 1110011 10001100 1110011 10010 0 10010 101101 1111000 1010 110010

Color Harmonies of #738C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738C73

Black with #738C73

Text Example


Text Example

White with #738C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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