#762931

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

Shades of Tamarillo #762931

Tints of Tamarillo #762931

Color information

#762931 (or 0x762931) is unknown color: approx Tamarillo. HEX triplet: 76, 29 and 31. RGB value is (118,41,49). Sum of RGB (Red+Green+Blue) = 118+41+49=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #762931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762931 is #89D6CE. Grayscale: #404040. Windows color (decimal): -9033423 or 3221878. OLE color: 3221878.

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

Color convert

RGB1184149-
CMYK00.650.580.54
HSL353.77º48.43%31.18%-
HSV(B)353.77º65.25%46.27%-
XYZ8.825.663.53-
YUV64.94119.01165.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.73%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=56.73%
G=19.71%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118414900.650.580.54353.7748.4331.18
Hex7629310413A36162301f
Octal1665161010172665426037
Binary11101101010011100010100000111101011011010110001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762931; }

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

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

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

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

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

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

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

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