Html Css Color HEX #762B02 Peru Tan

📋 copy color: '#762B02'

red 118 ◦ green 43 ◦ blue 2

#762B02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru Tan #762B02

Tints of Peru Tan #762B02

RGB

 RED value IS 118 (46.48% from 255) = 72.39%

 GREEN value IS 43 (17.19% from 255) = 26.38%

 BLUE value IS 2 (1.17% from 255) = 1.23%

R = 72.39%
G = 26.38%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#762B02 (or 0x762B02) is known color: Peru Tan. HEX triplet: 76, 2B and 02. RGB value is (118,43,2). Sum of RGB (Red+Green+Blue) = 118+43+2=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #762B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762B02 is #89D4FD. Grayscale: #3C3C3C. Windows color (decimal): -9032958 or 142198. OLE color: 142198.

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

Color convert

RGB 118 43 2 -
CMYK 0 0.64 0.98 0.54
HSL 21.21º 0.97% 0.24% -
HSV(B) 21.21º 0.98% 0.46% -
XYZ 8.35 5.58 0.7 -
YUV 60.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 118 43 2 0 0.64 0.98 0.54 21.21 0.97 0.24
Hex 76 2B 2 0 40 62 36 15 61 18
Octal 166 53 2 0 100 142 66 25 141 30
Binary 1110110 101011 10 0 1000000 1100010 110110 10101 1100001 11000

Color Harmonies of #762B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B02

Black with #762B02

Text Example


Text Example

White with #762B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #762B02;
 }
 .AnyTagClassName
 {
   color: #762B02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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