#74464B

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

Shades of Tosca #74464B

Tints of Tosca #74464B

Color information

#74464B (or 0x74464B) is unknown color: approx Tosca. HEX triplet: 74, 46 and 4B. RGB value is (116,70,75). Sum of RGB (Red+Green+Blue) = 116+70+75=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #74464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74464B is #8BB9B4. Grayscale: #545454. Windows color (decimal): -9157045 or 4933236. OLE color: 4933236.

HSL color Cylindrical-coordinate representation of color #74464B: hue angle of 353.48º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74464B is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1167075-
CMYK00.400.350.55
HSL353.48º24.73%36.47%-
HSV(B)353.48º39.66%45.49%-
XYZ10.668.67.75-
YUV84.32122.74150.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=44.44%
G=26.82%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116707500.400.350.55353.4824.7336.47
Hex74464B02823371611924
Octal16410611305043675413144
Binary111010010001101001011010100010001111011110110000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74464B; }

 p { color: rgb(116,70,75); }

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

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

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

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

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

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

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