#7B272B

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

Shades of Tamarillo #7B272B

Tints of Tamarillo #7B272B

Color information

#7B272B (or 0x7B272B) is unknown color: approx Tamarillo. HEX triplet: 7B, 27 and 2B. RGB value is (123,39,43). Sum of RGB (Red+Green+Blue) = 123+39+43=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B272B is #84D8D4. Grayscale: #404040. Windows color (decimal): -8706261 or 2828155. OLE color: 2828155.

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

Color convert

RGB1233943-
CMYK00.680.650.52
HSL357.14º51.85%31.76%-
HSV(B)357.14º68.29%48.24%-
XYZ9.335.842.92-
YUV64.57115.83169.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 60%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=60%
G=19.02%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123394300.680.650.52357.1451.8531.76
Hex7B272B04441341653420
Octal17347530104101645456440
Binary1111011100111101011010001001000001110100101100101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,39,43); }

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

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

 a { background-color: rgb(123,39,43); }

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

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

 span { border-color: rgb(123,39,43); }

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