#762C05

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

Shades of Peru Tan #762C05

Tints of Peru Tan #762C05

Color information

#762C05 (or 0x762C05) is unknown color: approx Peru Tan. HEX triplet: 76, 2C and 05. RGB value is (118,44,5). Sum of RGB (Red+Green+Blue) = 118+44+5=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #762C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C05 is #89D3FA. Grayscale: #3D3D3D. Windows color (decimal): -9032699 or 339062. OLE color: 339062.

HSL color Cylindrical-coordinate representation of color #762C05: hue angle of 20.71º 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 #762C05 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB118445-
CMYK00.630.960.54
HSL20.71º91.87%24.12%-
HSV(B)20.71º95.76%46.27%-
XYZ8.45.660.79-
YUV61.6896.02168.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.66%
GREEN value IS 44 (17.58% from 255) = 26.35%
BLUE value IS 5 (2.34% from 255) = 2.99%
R=70.66%
G=26.35%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11844500.630.960.5420.7191.8724.12
Hex762C503F6036155c18
Octal166545077140662513430
Binary11101101011001010111111110000011011010101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762C05; }

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

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

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

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

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

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

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

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