#762831

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

Shades of Tamarillo #762831

Tints of Tamarillo #762831

Color information

#762831 (or 0x762831) is unknown color: approx Tamarillo. HEX triplet: 76, 28 and 31. RGB value is (118,40,49). Sum of RGB (Red+Green+Blue) = 118+40+49=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #762831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762831 is #89D7CE. Grayscale: #404040. Windows color (decimal): -9033679 or 3221622. OLE color: 3221622.

HSL color Cylindrical-coordinate representation of color #762831: hue angle of 353.08º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #762831 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1184049-
CMYK00.660.580.54
HSL353.08º49.37%30.98%-
HSV(B)353.08º66.1%46.27%-
XYZ8.785.593.52-
YUV64.35119.34166.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 49 (19.53% from 255) = 23.67%
R=57.00%
G=19.32%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118404900.660.580.54353.0849.3730.98
Hex7628310423A36161311f
Octal1665061010272665416137
Binary11101101010001100010100001011101011011010110000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762831; }

 p { color: rgb(118,40,49); }

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

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

 a { background-color: rgb(118,40,49); }

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

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

 span { border-color: rgb(118,40,49); }

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