#763712

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

Shades of Peru Tan #763712

Tints of Peru Tan #763712

Color information

#763712 (or 0x763712) is unknown color: approx Peru Tan. HEX triplet: 76, 37 and 12. RGB value is (118,55,18). Sum of RGB (Red+Green+Blue) = 118+55+18=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #763712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763712 is #89C8ED. Grayscale: #454545. Windows color (decimal): -9029870 or 1193846. OLE color: 1193846.

HSL color Cylindrical-coordinate representation of color #763712: hue angle of 22.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #763712 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1185518-
CMYK00.530.850.54
HSL22.2º73.53%26.67%-
HSV(B)22.2º84.75%46.27%-
XYZ8.956.631.38-
YUV69.6298.87162.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.78%
GREEN value IS 55 (21.88% from 255) = 28.80%
BLUE value IS 18 (7.42% from 255) = 9.42%
R=61.78%
G=28.80%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118551800.530.850.5422.273.5326.67
Hex7637120355536164a1b
Octal1666722065125662611233
Binary1110110110111100100110101101010111011010110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763712; }

 p { color: rgb(118,55,18); }

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

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

 a { background-color: rgb(118,55,18); }

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

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

 span { border-color: rgb(118,55,18); }

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