#772B02

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

Shades of Peru Tan #772B02

Tints of Peru Tan #772B02

Color information

#772B02 (or 0x772B02) is unknown color: approx Peru Tan. HEX triplet: 77, 2B and 02. RGB value is (119,43,2). Sum of RGB (Red+Green+Blue) = 119+43+2=164 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.56% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 119 - color contains mainly: red. Hex color #772B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772B02 is #88D4FD. Grayscale: #3D3D3D. Windows color (decimal): -8967422 or 142199. OLE color: 142199.

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

Color convert

RGB119432-
CMYK00.640.980.53
HSL21.03º96.69%23.73%-
HSV(B)21.03º98.32%46.67%-
XYZ8.485.650.7-
YUV61.0594.68169.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 72.56%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 2 (1.17% from 255) = 1.22%
R=72.56%
G=26.22%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11943200.640.980.5321.0396.6923.73
Hex772B20406235156118
Octal1675320100142652514130
Binary11101111010111001000000110001011010110101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772B02; }

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

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

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

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

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

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

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

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