#77360B

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

Shades of Peru Tan #77360B

Tints of Peru Tan #77360B

Color information

#77360B (or 0x77360B) is unknown color: approx Peru Tan. HEX triplet: 77, 36 and 0B. RGB value is (119,54,11). Sum of RGB (Red+Green+Blue) = 119+54+11=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77360B is #88C9F4. Grayscale: #444444. Windows color (decimal): -8964597 or 734839. OLE color: 734839.

HSL color Cylindrical-coordinate representation of color #77360B: hue angle of 23.89º 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 #77360B is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1195411-
CMYK00.550.910.53
HSL23.89º83.08%25.49%-
HSV(B)23.89º90.76%46.67%-
XYZ8.996.581.11-
YUV68.5395.53164-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.67%
GREEN value IS 54 (21.48% from 255) = 29.35%
BLUE value IS 11 (4.69% from 255) = 5.98%
R=64.67%
G=29.35%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119541100.550.910.5323.8983.0825.49
Hex7736B0375B35185319
Octal1676613067133653012331
Binary111011111011010110110111101101111010111000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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