#77361F

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

Shades of Peru Tan #77361F

Tints of Peru Tan #77361F

Color information

#77361F (or 0x77361F) is unknown color: approx Peru Tan. HEX triplet: 77, 36 and 1F. RGB value is (119,54,31). Sum of RGB (Red+Green+Blue) = 119+54+31=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #77361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77361F is #88C9E0. Grayscale: #464646. Windows color (decimal): -8964577 or 2045559. OLE color: 2045559.

HSL color Cylindrical-coordinate representation of color #77361F: hue angle of 15.68º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77361F is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1195431-
CMYK00.550.740.53
HSL15.68º58.67%29.41%-
HSV(B)15.68º73.95%46.67%-
XYZ9.176.662.1-
YUV70.81105.53162.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 31 (12.5% from 255) = 15.20%
R=58.33%
G=26.47%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119543100.550.740.5315.6858.6729.41
Hex77361F0374A35103b1d
Octal167663706711265207335
Binary111011111011011111011011110010101101011000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77361F; }

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

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

<style>
 a { background-color: #77361F; }

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

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

<style>
 span { border-color: #77361F; }

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

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