#7B262A

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

Shades of Tamarillo #7B262A

Tints of Tamarillo #7B262A

Color information

#7B262A (or 0x7B262A) is unknown color: approx Tamarillo. HEX triplet: 7B, 26 and 2A. RGB value is (123,38,42). Sum of RGB (Red+Green+Blue) = 123+38+42=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B262A is #84D9D5. Grayscale: #3F3F3F. Windows color (decimal): -8706518 or 2762363. OLE color: 2762363.

HSL color Cylindrical-coordinate representation of color #7B262A: hue angle of 357.18º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B262A is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB1233842-
CMYK00.690.660.52
HSL357.18º52.8%31.57%-
HSV(B)357.18º69.11%48.24%-
XYZ9.285.762.81-
YUV63.87115.66170.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 60.59%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=60.59%
G=18.72%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123384200.690.660.52357.1852.831.57
Hex7B262A04542341653520
Octal17346520105102645456540
Binary1111011100110101010010001011000010110100101100101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B262A; }

 p { color: rgb(123,38,42); }

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

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

 a { background-color: rgb(123,38,42); }

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

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

 span { border-color: rgb(123,38,42); }

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