#762F02

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

Shades of Peru Tan #762F02

Tints of Peru Tan #762F02

Color information

#762F02 (or 0x762F02) is unknown color: approx Peru Tan. HEX triplet: 76, 2F and 02. RGB value is (118,47,2). Sum of RGB (Red+Green+Blue) = 118+47+2=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #762F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F02 is #89D0FD. Grayscale: #3F3F3F. Windows color (decimal): -9031934 or 143222. OLE color: 143222.

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

Color convert

RGB118472-
CMYK00.600.980.54
HSL23.28º96.67%23.53%-
HSV(B)23.28º98.31%46.27%-
XYZ8.55.890.75-
YUV63.193.52167.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.66%
GREEN value IS 47 (18.75% from 255) = 28.14%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=70.66%
G=28.14%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11847200.600.980.5423.2896.6723.53
Hex762F203C6236176118
Octal166572074142662714130
Binary1110110101111100111100110001011011010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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