Html Css Color HEX #7A2701 Peru Tan

📋 copy color: '#7A2701'

red 122 ◦ green 39 ◦ blue 1

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

Shades of Peru Tan #7A2701

Tints of Peru Tan #7A2701

RGB

 RED value IS 122 (48.05% from 255) = 75.31%

 GREEN value IS 39 (15.63% from 255) = 24.07%

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 75.31%
G = 24.07%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7A2701 (or 0x7A2701) is known color: Peru Tan. HEX triplet: 7A, 27 and 01. RGB value is (122,39,1). Sum of RGB (Red+Green+Blue) = 122+39+1=162 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.31% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2701 is #85D8FE. Grayscale: #3B3B3B. Windows color (decimal): -8771839 or 75642. OLE color: 75642.

HSL color Cylindrical-coordinate representation of color #7A2701: hue angle of 18.84º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A2701 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 39 1 -
CMYK 0 0.68 0.99 0.52
HSL 18.84º 0.98% 0.24% -
HSV(B) 18.84º 0.99% 0.48% -
XYZ 8.76 5.59 0.65 -
YUV 59.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 122 39 1 0 0.68 0.99 0.52 18.84 0.98 0.24
Hex 7A 27 1 0 44 63 34 13 62 18
Octal 172 47 1 0 104 143 64 23 142 30
Binary 1111010 100111 1 0 1000100 1100011 110100 10011 1100010 11000

Color Harmonies of #7A2701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2701

Black with #7A2701

Text Example


Text Example

White with #7A2701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,39,1); }

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

background-color css

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

 a { background-color: rgb(122,39,1); }

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

border-color css

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

 span { border-color: rgb(122,39,1); }

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