#762630

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

Shades of Tamarillo #762630

Tints of Tamarillo #762630

Color information

#762630 (or 0x762630) is unknown color: approx Tamarillo. HEX triplet: 76, 26 and 30. RGB value is (118,38,48). Sum of RGB (Red+Green+Blue) = 118+38+48=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #762630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762630 is #89D9CF. Grayscale: #3F3F3F. Windows color (decimal): -9034192 or 3155574. OLE color: 3155574.

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

Color convert

RGB1183848-
CMYK00.680.590.54
HSL352.5º51.28%30.59%-
HSV(B)352.5º67.8%46.27%-
XYZ8.75.453.39-
YUV63.06119.5167.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 48 (19.14% from 255) = 23.53%
R=57.84%
G=18.63%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118384800.680.590.54352.551.2830.59
Hex7626300443B36160331f
Octal1664660010473665406337
Binary11101101001101100000100010011101111011010110000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762630; }

 p { color: rgb(118,38,48); }

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

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

 a { background-color: rgb(118,38,48); }

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

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

 span { border-color: rgb(118,38,48); }

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