#77340A

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

Shades of Peru Tan #77340A

Tints of Peru Tan #77340A

Color information

#77340A (or 0x77340A) is unknown color: approx Peru Tan. HEX triplet: 77, 34 and 0A. RGB value is (119,52,10). Sum of RGB (Red+Green+Blue) = 119+52+10=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77340A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77340A is #88CBF5. Grayscale: #434343. Windows color (decimal): -8965110 or 668791. OLE color: 668791.

HSL color Cylindrical-coordinate representation of color #77340A: hue angle of 23.12º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77340A is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1195210-
CMYK00.560.920.53
HSL23.12º84.5%25.29%-
HSV(B)23.12º91.6%46.67%-
XYZ8.896.41.05-
YUV67.2495.7164.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.75%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 10 (4.30% from 255) = 5.52%
R=65.75%
G=28.73%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119521000.560.920.5323.1284.525.29
Hex7734A0385C35175419
Octal1676412070134652712431
Binary111011111010010100111000101110011010110111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77340A; }

 p { color: rgb(119,52,10); }

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

<style>
 a { background-color: #77340A; }

 a { background-color: rgb(119,52,10); }

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

<style>
 span { border-color: #77340A; }

 span { border-color: rgb(119,52,10); }

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