#762C02

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

Shades of Peru Tan #762C02

Tints of Peru Tan #762C02

Color information

#762C02 (or 0x762C02) is unknown color: approx Peru Tan. HEX triplet: 76, 2C and 02. RGB value is (118,44,2). Sum of RGB (Red+Green+Blue) = 118+44+2=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #762C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C02 is #89D3FD. Grayscale: #3D3D3D. Windows color (decimal): -9032702 or 142454. OLE color: 142454.

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

Color convert

RGB118442-
CMYK00.630.980.54
HSL21.72º96.67%23.53%-
HSV(B)21.72º98.31%46.27%-
XYZ8.385.660.71-
YUV61.3494.52168.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.95%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 2 (1.17% from 255) = 1.22%
R=71.95%
G=26.83%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11844200.630.980.5421.7296.6723.53
Hex762C203F6236166118
Octal166542077142662614130
Binary1110110101100100111111110001011011010110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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