#77330C

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

Shades of Peru Tan #77330C

Tints of Peru Tan #77330C

Color information

#77330C (or 0x77330C) is unknown color: approx Peru Tan. HEX triplet: 77, 33 and 0C. RGB value is (119,51,12). Sum of RGB (Red+Green+Blue) = 119+51+12=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #77330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77330C is #88CCF3. Grayscale: #434343. Windows color (decimal): -8965364 or 799607. OLE color: 799607.

HSL color Cylindrical-coordinate representation of color #77330C: hue angle of 21.87º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77330C is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1195112-
CMYK00.570.900.53
HSL21.87º81.68%25.69%-
HSV(B)21.87º89.92%46.67%-
XYZ8.866.321.1-
YUV66.8997.03165.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.38%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 12 (5.08% from 255) = 6.59%
R=65.38%
G=28.02%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119511200.570.900.5321.8781.6825.69
Hex7733C0395A3516521a
Octal1676314071132652612232
Binary111011111001111000111001101101011010110110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77330C; }

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

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

<style>
 a { background-color: #77330C; }

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

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

<style>
 span { border-color: #77330C; }

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

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