#76434A

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

Shades of Tosca #76434A

Tints of Tosca #76434A

Color information

#76434A (or 0x76434A) is unknown color: approx Tosca. HEX triplet: 76, 43 and 4A. RGB value is (118,67,74). Sum of RGB (Red+Green+Blue) = 118+67+74=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76434A is #89BCB5. Grayscale: #535353. Windows color (decimal): -9026742 or 4866934. OLE color: 4866934.

HSL color Cylindrical-coordinate representation of color #76434A: hue angle of 351.76º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76434A is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1186774-
CMYK00.430.370.54
HSL351.76º27.57%36.27%-
HSV(B)351.76º43.22%46.27%-
XYZ10.718.367.53-
YUV83.05122.9152.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 67 (26.56% from 255) = 25.87%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=45.56%
G=25.87%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118677400.430.370.54351.7627.5736.27
Hex76434A02B25361601c24
Octal16610311205345665403444
Binary111011010000111001010010101110010111011010110000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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