Html Css Color HEX #7E2A08 Peru Tan

📋 copy color: '#7E2A08'

red 126 ◦ green 42 ◦ blue 8

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

Shades of Peru Tan #7E2A08

Tints of Peru Tan #7E2A08

RGB

 RED value IS 126 (49.61% from 255) = 71.59%

 GREEN value IS 42 (16.8% from 255) = 23.86%

 BLUE value IS 8 (3.52% from 255) = 4.55%

R = 71.59%
G = 23.86%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7E2A08 (or 0x7E2A08) is known color: Peru Tan. HEX triplet: 7E, 2A and 08. RGB value is (126,42,8). Sum of RGB (Red+Green+Blue) = 126+42+8=176 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.59% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2A08 is #81D5F7. Grayscale: #3F3F3F. Windows color (decimal): -8508920 or 535166. OLE color: 535166.

HSL color Cylindrical-coordinate representation of color #7E2A08: hue angle of 17.29º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E2A08 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 42 8 -
CMYK 0 0.67 0.94 0.51
HSL 17.29º 0.88% 0.26% -
HSV(B) 17.29º 0.94% 0.49% -
XYZ 9.48 6.11 0.91 -
YUV 63.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 126 42 8 0 0.67 0.94 0.51 17.29 0.88 0.26
Hex 7E 2A 8 0 43 5E 33 11 58 1A
Octal 176 52 10 0 103 136 63 21 130 32
Binary 1111110 101010 1000 0 1000011 1011110 110011 10001 1011000 11010

Color Harmonies of #7E2A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2A08

Black with #7E2A08

Text Example


Text Example

White with #7E2A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E2A08; }

 p { color: rgb(126,42,8); }

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

background-color css

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

 a { background-color: rgb(126,42,8); }

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

border-color css

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

 span { border-color: rgb(126,42,8); }

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