#762529

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

Shades of Tamarillo #762529

Tints of Tamarillo #762529

Color information

#762529 (or 0x762529) is unknown color: approx Tamarillo. HEX triplet: 76, 25 and 29. RGB value is (118,37,41). Sum of RGB (Red+Green+Blue) = 118+37+41=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #762529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762529 is #89DAD6. Grayscale: #3D3D3D. Windows color (decimal): -9034455 or 2696566. OLE color: 2696566.

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

Color convert

RGB1183741-
CMYK00.690.650.54
HSL357.04º52.26%30.39%-
HSV(B)357.04º68.64%46.27%-
XYZ8.535.332.68-
YUV61.67116.34168.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 37 (14.84% from 255) = 18.88%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=60.20%
G=18.88%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118374100.690.650.54357.0452.2630.39
Hex7625290454136165341e
Octal16645510105101665456436
Binary111011010010110100101000101100000111011010110010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762529; }

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

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

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

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

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

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

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

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