Html Css Color HEX #763102 Peru Tan

📋 copy color: '#763102'

red 118 ◦ green 49 ◦ blue 2

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

Shades of Peru Tan #763102

Tints of Peru Tan #763102

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.99%

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

R = 69.82%
G = 28.99%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#763102 (or 0x763102) is known color: Peru Tan. HEX triplet: 76, 31 and 02. RGB value is (118,49,2). Sum of RGB (Red+Green+Blue) = 118+49+2=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #763102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763102 is #89CEFD. Grayscale: #404040. Windows color (decimal): -9031422 or 143734. OLE color: 143734.

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

Color convert

RGB 118 49 2 -
CMYK 0 0.58 0.98 0.54
HSL 24.31º 0.97% 0.24% -
HSV(B) 24.31º 0.98% 0.46% -
XYZ 8.58 6.05 0.77 -
YUV 64.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 118 49 2 0 0.58 0.98 0.54 24.31 0.97 0.24
Hex 76 31 2 0 3A 62 36 18 61 18
Octal 166 61 2 0 72 142 66 30 141 30
Binary 1110110 110001 10 0 111010 1100010 110110 11000 1100001 11000

Color Harmonies of #763102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763102

Black with #763102

Text Example


Text Example

White with #763102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763102; }

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

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

background-color css

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

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

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

border-color css

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

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

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