#772602

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

Shades of Peru Tan #772602

Tints of Peru Tan #772602

Color information

#772602 (or 0x772602) is unknown color: approx Peru Tan. HEX triplet: 77, 26 and 02. RGB value is (119,38,2). Sum of RGB (Red+Green+Blue) = 119+38+2=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #772602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772602 is #88D9FD. Grayscale: #3A3A3A. Windows color (decimal): -8968702 or 140919. OLE color: 140919.

HSL color Cylindrical-coordinate representation of color #772602: hue angle of 18.46º 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 #772602 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB119382-
CMYK00.680.980.53
HSL18.46º96.69%23.73%-
HSV(B)18.46º98.32%46.67%-
XYZ8.315.310.64-
YUV58.1196.34171.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.84%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 2 (1.17% from 255) = 1.26%
R=74.84%
G=23.90%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11938200.680.980.5318.4696.6923.73
Hex772620446235126118
Octal1674620104142652214130
Binary11101111001101001000100110001011010110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772602; }

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

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

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

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

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

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

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

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