#76421B

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

Shades of Peru Tan #76421B

Tints of Peru Tan #76421B

Color information

#76421B (or 0x76421B) is unknown color: approx Peru Tan. HEX triplet: 76, 42 and 1B. RGB value is (118,66,27). Sum of RGB (Red+Green+Blue) = 118+66+27=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #76421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76421B is #89BDE4. Grayscale: #4D4D4D. Windows color (decimal): -9027045 or 1786486. OLE color: 1786486.

HSL color Cylindrical-coordinate representation of color #76421B: hue angle of 25.71º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76421B is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1186627-
CMYK00.440.770.54
HSL25.71º62.76%28.43%-
HSV(B)25.71º77.12%46.27%-
XYZ9.627.832.04-
YUV77.199.73157.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.92%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 27 (10.94% from 255) = 12.80%
R=55.92%
G=31.28%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118662700.440.770.5425.7162.7628.43
Hex76421B02C4D361a3f1c
Octal1661023305411566327734
Binary1110110100001011011010110010011011101101101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76421B; }

 p { color: rgb(118,66,27); }

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

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

 a { background-color: rgb(118,66,27); }

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

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

 span { border-color: rgb(118,66,27); }

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