#74434B

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

Shades of Tosca #74434B

Tints of Tosca #74434B

Color information

#74434B (or 0x74434B) is unknown color: approx Tosca. HEX triplet: 74, 43 and 4B. RGB value is (116,67,75). Sum of RGB (Red+Green+Blue) = 116+67+75=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #74434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74434B is #8BBCB4. Grayscale: #525252. Windows color (decimal): -9157813 or 4932468. OLE color: 4932468.

HSL color Cylindrical-coordinate representation of color #74434B: hue angle of 350.2º 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 #74434B is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1166775-
CMYK00.420.350.55
HSL350.2º26.78%35.88%-
HSV(B)350.2º42.24%45.49%-
XYZ10.488.247.69-
YUV82.56123.73151.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=44.96%
G=25.97%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116677500.420.350.55350.226.7835.88
Hex74434B02A233715e1b24
Octal16410311305243675363344
Binary111010010000111001011010101010001111011110101111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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