#77280B

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

Shades of Peru Tan #77280B

Tints of Peru Tan #77280B

Color information

#77280B (or 0x77280B) is unknown color: approx Peru Tan. HEX triplet: 77, 28 and 0B. RGB value is (119,40,11). Sum of RGB (Red+Green+Blue) = 119+40+11=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #77280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77280B is #88D7F4. Grayscale: #3C3C3C. Windows color (decimal): -8968181 or 731255. OLE color: 731255.

HSL color Cylindrical-coordinate representation of color #77280B: hue angle of 16.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77280B is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1194011-
CMYK00.660.910.53
HSL16.11º83.08%25.49%-
HSV(B)16.11º90.76%46.67%-
XYZ8.435.460.93-
YUV60.31100.17169.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70%
GREEN value IS 40 (16.02% from 255) = 23.53%
BLUE value IS 11 (4.69% from 255) = 6.47%
R=70%
G=23.53%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119401100.660.910.5316.1183.0825.49
Hex7728B0425B35105319
Octal16750130102133652012331
Binary1110111101000101101000010101101111010110000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,40,11); }

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

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

 a { background-color: rgb(119,40,11); }

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

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

 span { border-color: rgb(119,40,11); }

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