#76434B

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

Shades of Tosca #76434B

Tints of Tosca #76434B

Color information

#76434B (or 0x76434B) is unknown color: approx Tosca. HEX triplet: 76, 43 and 4B. RGB value is (118,67,75). Sum of RGB (Red+Green+Blue) = 118+67+75=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76434B is #89BCB4. Grayscale: #535353. Windows color (decimal): -9026741 or 4932470. OLE color: 4932470.

HSL color Cylindrical-coordinate representation of color #76434B: hue angle of 350.59º 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 #76434B is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1186775-
CMYK00.430.360.54
HSL350.59º27.57%36.27%-
HSV(B)350.59º43.22%46.27%-
XYZ10.758.377.71-
YUV83.16123.4152.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 67 (26.56% from 255) = 25.77%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=45.38%
G=25.77%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118677500.430.360.54350.5927.5736.27
Hex76434B02B243615f1c24
Octal16610311305344665373444
Binary111011010000111001011010101110010011011010101111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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