#77331B

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

Shades of Peru Tan #77331B

Tints of Peru Tan #77331B

Color information

#77331B (or 0x77331B) is unknown color: approx Peru Tan. HEX triplet: 77, 33 and 1B. RGB value is (119,51,27). Sum of RGB (Red+Green+Blue) = 119+51+27=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #77331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77331B is #88CCE4. Grayscale: #444444. Windows color (decimal): -8965349 or 1782647. OLE color: 1782647.

HSL color Cylindrical-coordinate representation of color #77331B: hue angle of 15.65º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77331B is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1195127-
CMYK00.570.770.53
HSL15.65º63.01%28.63%-
HSV(B)15.65º77.31%46.67%-
XYZ8.996.371.79-
YUV68.6104.53163.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.41%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 27 (10.94% from 255) = 13.71%
R=60.41%
G=25.89%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119512700.570.770.5315.6563.0128.63
Hex77331B0394D35103f1d
Octal167633307111565207735
Binary111011111001111011011100110011011101011000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,51,27); }

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

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

 a { background-color: rgb(119,51,27); }

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

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

 span { border-color: rgb(119,51,27); }

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