#772F0D

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

Shades of Peru Tan #772F0D

Tints of Peru Tan #772F0D

Color information

#772F0D (or 0x772F0D) is unknown color: approx Peru Tan. HEX triplet: 77, 2F and 0D. RGB value is (119,47,13). Sum of RGB (Red+Green+Blue) = 119+47+13=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #772F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F0D is #88D0F2. Grayscale: #404040. Windows color (decimal): -8966387 or 864119. OLE color: 864119.

HSL color Cylindrical-coordinate representation of color #772F0D: hue angle of 19.25º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #772F0D is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB1194713-
CMYK00.610.890.53
HSL19.25º80.3%25.88%-
HSV(B)19.25º89.08%46.67%-
XYZ8.75.981.08-
YUV64.6598.85166.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.48%
GREEN value IS 47 (18.75% from 255) = 26.26%
BLUE value IS 13 (5.47% from 255) = 7.26%
R=66.48%
G=26.26%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119471300.610.890.5319.2580.325.88
Hex772FD03D593513501a
Octal1675715075131652312032
Binary111011110111111010111101101100111010110011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,47,13); }

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

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

 a { background-color: rgb(119,47,13); }

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

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

 span { border-color: rgb(119,47,13); }

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