#77381E

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

Shades of Peru Tan #77381E

Tints of Peru Tan #77381E

Color information

#77381E (or 0x77381E) is unknown color: approx Peru Tan. HEX triplet: 77, 38 and 1E. RGB value is (119,56,30). Sum of RGB (Red+Green+Blue) = 119+56+30=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #77381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77381E is #88C7E1. Grayscale: #484848. Windows color (decimal): -8964066 or 1980535. OLE color: 1980535.

HSL color Cylindrical-coordinate representation of color #77381E: hue angle of 17.53º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77381E is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1195630-
CMYK00.530.750.53
HSL17.53º59.73%29.22%-
HSV(B)17.53º74.79%46.67%-
XYZ9.266.842.06-
YUV71.87104.37161.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=58.05%
G=27.32%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119563000.530.750.5317.5359.7329.22
Hex77381E0354B35123c1d
Octal167703606511365227435
Binary111011111100011110011010110010111101011001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,56,30); }

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

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

 a { background-color: rgb(119,56,30); }

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

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

 span { border-color: rgb(119,56,30); }

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