#772F0F

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

Shades of Peru Tan #772F0F

Tints of Peru Tan #772F0F

Color information

#772F0F (or 0x772F0F) is unknown color: approx Peru Tan. HEX triplet: 77, 2F and 0F. RGB value is (119,47,15). Sum of RGB (Red+Green+Blue) = 119+47+15=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #772F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F0F is #88D0F0. Grayscale: #414141. Windows color (decimal): -8966385 or 995191. OLE color: 995191.

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

Color convert

RGB1194715-
CMYK00.610.870.53
HSL18.46º77.61%26.27%-
HSV(B)18.46º87.39%46.67%-
XYZ8.715.991.15-
YUV64.8899.85166.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.75%
GREEN value IS 47 (18.75% from 255) = 25.97%
BLUE value IS 15 (6.25% from 255) = 8.29%
R=65.75%
G=25.97%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119471500.610.870.5318.4677.6126.27
Hex772FF03D5735124e1a
Octal1675717075127652211632
Binary111011110111111110111101101011111010110010100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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