#762605

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

Shades of Peru Tan #762605

Tints of Peru Tan #762605

Color information

#762605 (or 0x762605) is unknown color: approx Peru Tan. HEX triplet: 76, 26 and 05. RGB value is (118,38,5). Sum of RGB (Red+Green+Blue) = 118+38+5=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #762605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762605 is #89D9FA. Grayscale: #3A3A3A. Windows color (decimal): -9034235 or 337526. OLE color: 337526.

HSL color Cylindrical-coordinate representation of color #762605: hue angle of 17.52º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #762605 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB118385-
CMYK00.680.960.54
HSL17.52º91.87%24.12%-
HSV(B)17.52º95.76%46.27%-
XYZ8.195.250.72-
YUV58.1698170.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 73.29%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 5 (2.34% from 255) = 3.11%
R=73.29%
G=23.60%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11838500.680.960.5417.5291.8724.12
Hex762650446036125c18
Octal1664650104140662213430
Binary111011010011010101000100110000011011010010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762605; }

 p { color: rgb(118,38,5); }

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

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

 a { background-color: rgb(118,38,5); }

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

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

 span { border-color: rgb(118,38,5); }

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