Html Css Color HEX #7B2C05 Peru Tan

📋 copy color: '#7B2C05'

red 123 ◦ green 44 ◦ blue 5

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

Shades of Peru Tan #7B2C05

Tints of Peru Tan #7B2C05

RGB

 RED value IS 123 (48.44% from 255) = 71.51%

 GREEN value IS 44 (17.58% from 255) = 25.58%

 BLUE value IS 5 (2.34% from 255) = 2.91%

R = 71.51%
G = 25.58%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#7B2C05 (or 0x7B2C05) is known color: Peru Tan. HEX triplet: 7B, 2C and 05. RGB value is (123,44,5). Sum of RGB (Red+Green+Blue) = 123+44+5=172 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.51% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2C05 is #84D3FA. Grayscale: #3F3F3F. Windows color (decimal): -8705019 or 339067. OLE color: 339067.

HSL color Cylindrical-coordinate representation of color #7B2C05: hue angle of 19.83º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B2C05 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 44 5 -
CMYK 0 0.64 0.96 0.52
HSL 19.83º 0.92% 0.25% -
HSV(B) 19.83º 0.96% 0.48% -
XYZ 9.1 6.02 0.83 -
YUV 63.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 123 44 5 0 0.64 0.96 0.52 19.83 0.92 0.25
Hex 7B 2C 5 0 40 60 34 14 5C 19
Octal 173 54 5 0 100 140 64 24 134 31
Binary 1111011 101100 101 0 1000000 1100000 110100 10100 1011100 11001

Color Harmonies of #7B2C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2C05

Black with #7B2C05

Text Example


Text Example

White with #7B2C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,44,5); }

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

background-color css

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

 a { background-color: rgb(123,44,5); }

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

border-color css

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

 span { border-color: rgb(123,44,5); }

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