#7B2C0C

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

Shades of Peru Tan #7B2C0C

Tints of Peru Tan #7B2C0C

Color information

#7B2C0C (or 0x7B2C0C) is unknown color: approx Peru Tan. HEX triplet: 7B, 2C and 0C. RGB value is (123,44,12). Sum of RGB (Red+Green+Blue) = 123+44+12=179 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.72% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2C0C is #84D3F3. Grayscale: #404040. Windows color (decimal): -8705012 or 797819. OLE color: 797819.

HSL color Cylindrical-coordinate representation of color #7B2C0C: hue angle of 17.3º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B2C0C is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB1234412-
CMYK00.640.900.52
HSL17.3º82.22%26.47%-
HSV(B)17.3º90.24%48.24%-
XYZ9.146.041.03-
YUV63.9798.67170.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 68.72%
GREEN value IS 44 (17.58% from 255) = 24.58%
BLUE value IS 12 (5.08% from 255) = 6.70%
R=68.72%
G=24.58%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123441200.640.900.5217.382.2226.47
Hex7B2CC0405A3411521a
Octal17354140100132642112232
Binary1111011101100110001000000101101011010010001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,44,12); }

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

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

 a { background-color: rgb(123,44,12); }

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

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

 span { border-color: rgb(123,44,12); }

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