#7B2902

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

Shades of Peru Tan #7B2902

Tints of Peru Tan #7B2902

Color information

#7B2902 (or 0x7B2902) is unknown color: approx Peru Tan. HEX triplet: 7B, 29 and 02. RGB value is (123,41,2). Sum of RGB (Red+Green+Blue) = 123+41+2=166 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.10% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2902 is #84D6FD. Grayscale: #3D3D3D. Windows color (decimal): -8705790 or 141691. OLE color: 141691.

HSL color Cylindrical-coordinate representation of color #7B2902: hue angle of 19.34º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B2902 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB123412-
CMYK00.670.980.52
HSL19.34º96.8%24.51%-
HSV(B)19.34º98.37%48.24%-
XYZ8.975.80.7-
YUV61.0794.67172.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 74.10%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=74.10%
G=24.70%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12341200.670.980.5219.3496.824.51
Hex7B2920436234136119
Octal1735120103142642314131
Binary11110111010011001000011110001011010010011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,41,2); }

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

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

 a { background-color: rgb(123,41,2); }

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

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

 span { border-color: rgb(123,41,2); }

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