#762E2F

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

Shades of Tamarillo #762E2F

Tints of Tamarillo #762E2F

Color information

#762E2F (or 0x762E2F) is unknown color: approx Tamarillo. HEX triplet: 76, 2E and 2F. RGB value is (118,46,47). Sum of RGB (Red+Green+Blue) = 118+46+47=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #762E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E2F is #89D1D0. Grayscale: #434343. Windows color (decimal): -9032145 or 3092086. OLE color: 3092086.

HSL color Cylindrical-coordinate representation of color #762E2F: hue angle of 359.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E2F is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1184647-
CMYK00.610.600.54
HSL359.17º43.9%32.16%-
HSV(B)359.17º61.02%46.27%-
XYZ8.966.013.38-
YUV67.64116.35163.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.92%
GREEN value IS 46 (18.36% from 255) = 21.80%
BLUE value IS 47 (18.75% from 255) = 22.27%
R=55.92%
G=21.80%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118464700.610.600.54359.1743.932.16
Hex762E2F03D3C361672c20
Octal166565707574665475440
Binary11101101011101011110111101111100110110101100111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762E2F; }

 p { color: rgb(118,46,47); }

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

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

 a { background-color: rgb(118,46,47); }

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

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

 span { border-color: rgb(118,46,47); }

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