#762526

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

Shades of Tamarillo #762526

Tints of Tamarillo #762526

Color information

#762526 (or 0x762526) is unknown color: approx Tamarillo. HEX triplet: 76, 25 and 26. RGB value is (118,37,38). Sum of RGB (Red+Green+Blue) = 118+37+38=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #762526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762526 is #89DAD9. Grayscale: #3D3D3D. Windows color (decimal): -9034458 or 2499958. OLE color: 2499958.

HSL color Cylindrical-coordinate representation of color #762526: hue angle of 359.26º 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 #762526 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1183738-
CMYK00.690.680.54
HSL359.26º52.26%30.39%-
HSV(B)359.26º68.64%46.27%-
XYZ8.485.312.41-
YUV61.33114.84168.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 37 (14.84% from 255) = 19.17%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=61.14%
G=19.17%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118373800.690.680.54359.2652.2630.39
Hex7625260454436167341e
Octal16645460105104665476436
Binary111011010010110011001000101100010011011010110011111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762526; }

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

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

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

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

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

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

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

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