#772702

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

Shades of Peru Tan #772702

Tints of Peru Tan #772702

Color information

#772702 (or 0x772702) is unknown color: approx Peru Tan. HEX triplet: 77, 27 and 02. RGB value is (119,39,2). Sum of RGB (Red+Green+Blue) = 119+39+2=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #772702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772702 is #88D8FD. Grayscale: #3A3A3A. Windows color (decimal): -8968446 or 141175. OLE color: 141175.

HSL color Cylindrical-coordinate representation of color #772702: hue angle of 18.97º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #772702 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB119392-
CMYK00.670.980.53
HSL18.97º96.69%23.73%-
HSV(B)18.97º98.32%46.67%-
XYZ8.345.380.66-
YUV58.796171.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.38%
GREEN value IS 39 (15.62% from 255) = 24.38%
BLUE value IS 2 (1.17% from 255) = 1.25%
R=74.38%
G=24.38%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11939200.670.980.5318.9796.6923.73
Hex772720436235136118
Octal1674720103142652314130
Binary11101111001111001000011110001011010110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772702; }

 p { color: rgb(119,39,2); }

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

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

 a { background-color: rgb(119,39,2); }

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

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

 span { border-color: rgb(119,39,2); }

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