#74434A

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

Shades of Tosca #74434A

Tints of Tosca #74434A

Color information

#74434A (or 0x74434A) is unknown color: approx Tosca. HEX triplet: 74, 43 and 4A. RGB value is (116,67,74). Sum of RGB (Red+Green+Blue) = 116+67+74=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74434A is #8BBCB5. Grayscale: #525252. Windows color (decimal): -9157814 or 4866932. OLE color: 4866932.

HSL color Cylindrical-coordinate representation of color #74434A: hue angle of 351.43º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74434A is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1166774-
CMYK00.420.360.55
HSL351.43º26.78%35.88%-
HSV(B)351.43º42.24%45.49%-
XYZ10.458.227.51-
YUV82.45123.23151.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 67 (26.56% from 255) = 26.07%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=45.14%
G=26.07%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116677400.420.360.55351.4326.7835.88
Hex74434A02A243715f1b24
Octal16410311205244675373344
Binary111010010000111001010010101010010011011110101111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74434A; }

 p { color: rgb(116,67,74); }

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

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

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

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

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

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

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