#762804

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

Shades of Peru Tan #762804

Tints of Peru Tan #762804

Color information

#762804 (or 0x762804) is unknown color: approx Peru Tan. HEX triplet: 76, 28 and 04. RGB value is (118,40,4). Sum of RGB (Red+Green+Blue) = 118+40+4=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #762804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762804 is #89D7FB. Grayscale: #3B3B3B. Windows color (decimal): -9033724 or 272502. OLE color: 272502.

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

Color convert

RGB118404-
CMYK00.660.970.54
HSL18.95º93.44%23.92%-
HSV(B)18.95º96.61%46.27%-
XYZ8.255.380.72-
YUV59.2296.84169.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 72.84%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 4 (1.95% from 255) = 2.47%
R=72.84%
G=24.69%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11840400.660.970.5418.9593.4423.92
Hex762840426136135d18
Octal1665040102141662313530
Binary111011010100010001000010110000111011010011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762804; }

 p { color: rgb(118,40,4); }

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

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

 a { background-color: rgb(118,40,4); }

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

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

 span { border-color: rgb(118,40,4); }

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