#763708

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

Shades of Peru Tan #763708

Tints of Peru Tan #763708

Color information

#763708 (or 0x763708) is unknown color: approx Peru Tan. HEX triplet: 76, 37 and 08. RGB value is (118,55,8). Sum of RGB (Red+Green+Blue) = 118+55+8=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #763708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763708 is #89C8F7. Grayscale: #444444. Windows color (decimal): -9029880 or 538486. OLE color: 538486.

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

Color convert

RGB118558-
CMYK00.530.930.54
HSL25.64º87.3%24.71%-
HSV(B)25.64º93.22%46.27%-
XYZ8.886.61.04-
YUV68.4893.87163.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.19%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 8 (3.52% from 255) = 4.42%
R=65.19%
G=30.39%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11855800.530.930.5425.6487.324.71
Hex763780355D361a5719
Octal1666710065135663212731
Binary111011011011110000110101101110111011011010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763708; }

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

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

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

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

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

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

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

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