#762D2F

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

Shades of Tamarillo #762D2F

Tints of Tamarillo #762D2F

Color information

#762D2F (or 0x762D2F) is unknown color: approx Tamarillo. HEX triplet: 76, 2D and 2F. RGB value is (118,45,47). Sum of RGB (Red+Green+Blue) = 118+45+47=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #762D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D2F is #89D2D0. Grayscale: #434343. Windows color (decimal): -9032401 or 3091830. OLE color: 3091830.

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

Color convert

RGB1184547-
CMYK00.620.600.54
HSL358.36º44.79%31.96%-
HSV(B)358.36º61.86%46.27%-
XYZ8.925.933.36-
YUV67.05116.68164.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 45 (17.97% from 255) = 21.43%
BLUE value IS 47 (18.75% from 255) = 22.38%
R=56.19%
G=21.43%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118454700.620.600.54358.3644.7931.96
Hex762D2F03E3C361662d20
Octal166555707674665465540
Binary11101101011011011110111110111100110110101100110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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