#748773

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

Shades of Davy's Grey #748773

Tints of Davy's Grey #748773

Color information

#748773 (or 0x748773) is unknown color: approx Davy's Grey. HEX triplet: 74, 87 and 73. RGB value is (116,135,115). Sum of RGB (Red+Green+Blue) = 116+135+115=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #748773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748773 is #8B788C. Grayscale: #7F7F7F. Windows color (decimal): -9140365 or 7571316. OLE color: 7571316.

HSL color Cylindrical-coordinate representation of color #748773: hue angle of 117º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #748773 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB116135115-
CMYK0.1400.150.47
HSL117º8%49.02%-
HSV(B)117º14.81%52.94%-
XYZ18.9622.2819.52-
YUV127.04121.21120.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.69%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 115 (45.31% from 255) = 31.42%
R=31.69%
G=36.89%
B=31.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161351150.1400.150.47117849.02
Hex748773E0F2F75831
Octal16420716316017571651061
Binary111010010000111111001111100111110111111101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748773; }

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

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

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

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

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

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

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

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