#77434A

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

Shades of Tosca #77434A

Tints of Tosca #77434A

Color information

#77434A (or 0x77434A) is unknown color: approx Tosca. HEX triplet: 77, 43 and 4A. RGB value is (119,67,74). Sum of RGB (Red+Green+Blue) = 119+67+74=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #77434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77434A is #88BCB5. Grayscale: #535353. Windows color (decimal): -8961206 or 4866935. OLE color: 4866935.

HSL color Cylindrical-coordinate representation of color #77434A: hue angle of 351.92º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77434A is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1196774-
CMYK00.440.380.53
HSL351.92º27.96%36.47%-
HSV(B)351.92º43.7%46.67%-
XYZ10.858.437.53-
YUV83.35122.73153.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 67 (26.56% from 255) = 25.77%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=45.77%
G=25.77%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119677400.440.380.53351.9227.9636.47
Hex77434A02C26351601c24
Octal16710311205446655403444
Binary111011110000111001010010110010011011010110110000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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