#74484D

Color #74484D Tosca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tosca #74484D

Tints of Tosca #74484D

Color information

#74484D (or 0x74484D) is unknown color: approx Tosca. HEX triplet: 74, 48 and 4D. RGB value is (116,72,77). Sum of RGB (Red+Green+Blue) = 116+72+77=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #74484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74484D is #8BB7B2. Grayscale: #555555. Windows color (decimal): -9156531 or 5064820. OLE color: 5064820.

HSL color Cylindrical-coordinate representation of color #74484D: hue angle of 353.18º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74484D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1167277-
CMYK00.380.340.55
HSL353.18º23.4%36.86%-
HSV(B)353.18º37.93%45.49%-
XYZ10.868.888.16-
YUV85.73123.08149.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=43.77%
G=27.17%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116727700.380.340.55353.1823.436.86
Hex74484D02622371611725
Octal16411011504642675412745
Binary111010010010001001101010011010001011011110110000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74484D; }

 p { color: rgb(116,72,77); }

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

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

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

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

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

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

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