Html Css Color HEX #749473 Davy's Grey

📋 copy color: '#749473'

red 116 ◦ green 148 ◦ blue 115

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

Shades of Davy's Grey #749473

Tints of Davy's Grey #749473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.05%

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

R = 30.61%
G = 39.05%
B = 30.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#749473 (or 0x749473) is known color: Davy's Grey. HEX triplet: 74, 94 and 73. RGB value is (116,148,115). Sum of RGB (Red+Green+Blue) = 116+148+115=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #749473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749473 is #8B6B8C. Grayscale: #868686. Windows color (decimal): -9137037 or 7574644. OLE color: 7574644.

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

Color convert

RGB 116 148 115 -
CMYK 0.22 0 0.22 0.42
HSL 118.18º 0.13% 0.52% -
HSV(B) 118.18º 0.22% 0.58% -
XYZ 20.89 26.13 20.16 -
YUV 134.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 116 148 115 0.22 0 0.22 0.42 118.18 0.13 0.52
Hex 74 94 73 16 0 16 2A 76 D 34
Octal 164 224 163 26 0 26 52 166 15 64
Binary 1110100 10010100 1110011 10110 0 10110 101010 1110110 1101 110100

Color Harmonies of #749473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749473

Black with #749473

Text Example


Text Example

White with #749473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749473; }

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

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

background-color css

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

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

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

border-color css

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

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

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