#77340f

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

Shades of Peru Tan #77340F

Tints of Peru Tan #77340F

Color information

#77340F (or 0x77340F) is unknown color: approx Peru Tan. HEX triplet: 77, 34 and 0F. RGB value is (119,52,15). Sum of RGB (Red+Green+Blue) = 119+52+15=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #77340F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77340F is #88CBF0. Grayscale: #444444. Windows color (decimal): -8965105 or 996471. OLE color: 996471.

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

Color convert

RGB1195215-
CMYK00.560.870.53
HSL21.35º77.61%26.27%-
HSV(B)21.35º87.39%46.67%-
XYZ8.926.411.22-
YUV67.8198.2164.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.98%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 15 (6.25% from 255) = 8.06%
R=63.98%
G=27.96%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119521500.560.870.5321.3577.6126.27
Hex7734F0385735154e1a
Octal1676417070127652511632
Binary111011111010011110111000101011111010110101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77340f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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