#764143

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

Shades of Tosca #764143

Tints of Tosca #764143

Color information

#764143 (or 0x764143) is unknown color: approx Tosca. HEX triplet: 76, 41 and 43. RGB value is (118,65,67). Sum of RGB (Red+Green+Blue) = 118+65+67=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #764143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764143 is #89BEBC. Grayscale: #515151. Windows color (decimal): -9027261 or 4407670. OLE color: 4407670.

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

Color convert

RGB1186567-
CMYK00.450.430.54
HSL357.74º28.96%35.88%-
HSV(B)357.74º44.92%46.27%-
XYZ10.378.046.31-
YUV81.08120.06154.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 67 (26.56% from 255) = 26.8%
R=47.2%
G=26%
B=26.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118656700.450.430.54357.7428.9635.88
Hex76414302D2B361661d24
Octal16610110305553665463544
Binary111011010000011000011010110110101111011010110011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764143; }

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

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

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

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

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

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

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

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