#748474

Color #748474 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #748474

Tints of Davy's Grey #748474

Color information

#748474 (or 0x748474) is unknown color: approx Davy's Grey. HEX triplet: 74, 84 and 74. RGB value is (116,132,116). Sum of RGB (Red+Green+Blue) = 116+132+116=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #748474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748474 is #8B7B8B. Grayscale: #7D7D7D. Windows color (decimal): -9141132 or 7636084. OLE color: 7636084.

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

Color convert

RGB116132116-
CMYK0.1200.120.48
HSL120º6.45%48.63%-
HSV(B)120º12.12%51.76%-
XYZ18.6121.4819.69-
YUV125.39122.7121.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.87%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 116 (45.70% from 255) = 31.87%
R=31.87%
G=36.26%
B=31.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161321160.1200.120.481206.4548.63
Hex748474C0C3078631
Octal1642041641401460170661
Binary11101001000010011101001100011001100001111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748474; }

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

 H1.HeaderClassName
 {
   color: #748474;
 }
 .AnyTagClassName
 {
   color: #748474;
 }
</style>
background-color css

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

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

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

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

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

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