#762C2D

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

Shades of Tamarillo #762C2D

Tints of Tamarillo #762C2D

Color information

#762C2D (or 0x762C2D) is unknown color: approx Tamarillo. HEX triplet: 76, 2C and 2D. RGB value is (118,44,45). Sum of RGB (Red+Green+Blue) = 118+44+45=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #762C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C2D is #89D3D2. Grayscale: #424242. Windows color (decimal): -9032659 or 2960502. OLE color: 2960502.

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

Color convert

RGB1184445-
CMYK00.630.620.54
HSL359.19º45.68%31.76%-
HSV(B)359.19º62.71%46.27%-
XYZ8.855.843.14-
YUV66.24116.02164.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 44 (17.58% from 255) = 21.26%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=57.00%
G=21.26%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118444500.630.620.54359.1945.6831.76
Hex762C2D03F3E361672e20
Octal166545507776665475640
Binary11101101011001011010111111111110110110101100111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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