Html Css Color HEX #749373 Davy's Grey

📋 copy color: '#749373'

red 116 ◦ green 147 ◦ blue 115

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

Shades of Davy's Grey #749373

Tints of Davy's Grey #749373

RGB

 RED value IS 116 (45.7% from 255) = 30.69%

 GREEN value IS 147 (57.81% from 255) = 38.89%

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

R = 30.69%
G = 38.89%
B = 30.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#749373 (or 0x749373) is known color: Davy's Grey. HEX triplet: 74, 93 and 73. RGB value is (116,147,115). Sum of RGB (Red+Green+Blue) = 116+147+115=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #749373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749373 is #8B6C8C. Grayscale: #868686. Windows color (decimal): -9137293 or 7574388. OLE color: 7574388.

HSL color Cylindrical-coordinate representation of color #749373: hue angle of 118.12º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #749373 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 115 -
CMYK 0.21 0 0.22 0.42
HSL 118.13º 0.13% 0.51% -
HSV(B) 118.13º 0.22% 0.58% -
XYZ 20.73 25.82 20.11 -
YUV 134.08 117.23 115.1 -
System Red Green Blue C M Y K H S L
Decimal 116 147 115 0.21 0 0.22 0.42 118.13 0.13 0.51
Hex 74 93 73 15 0 16 2A 76 D 33
Octal 164 223 163 25 0 26 52 166 15 63
Binary 1110100 10010011 1110011 10101 0 10110 101010 1110110 1101 110011

Color Harmonies of #749373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749373

Black with #749373

Text Example


Text Example

White with #749373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749373; }

 p { color: rgb(116,147,115); }

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

background-color css

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

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

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

border-color css

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

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

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