#77330E

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

Shades of Peru Tan #77330E

Tints of Peru Tan #77330E

Color information

#77330E (or 0x77330E) is unknown color: approx Peru Tan. HEX triplet: 77, 33 and 0E. RGB value is (119,51,14). Sum of RGB (Red+Green+Blue) = 119+51+14=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77330E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77330E is #88CCF1. Grayscale: #434343. Windows color (decimal): -8965362 or 930679. OLE color: 930679.

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

Color convert

RGB1195114-
CMYK00.570.880.53
HSL21.14º78.95%26.08%-
HSV(B)21.14º88.24%46.67%-
XYZ8.876.321.17-
YUV67.1198.03165.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.67%
GREEN value IS 51 (20.31% from 255) = 27.72%
BLUE value IS 14 (5.86% from 255) = 7.61%
R=64.67%
G=27.72%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119511400.570.880.5321.1478.9526.08
Hex7733E0395835154f1a
Octal1676316071130652511732
Binary111011111001111100111001101100011010110101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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