Html Css Color HEX #7B2808 Peru Tan

📋 copy color: '#7B2808'

red 123 ◦ green 40 ◦ blue 8

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

Shades of Peru Tan #7B2808

Tints of Peru Tan #7B2808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.39%

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

R = 71.93%
G = 23.39%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.52

RGB Variations

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

Color information

#7B2808 (or 0x7B2808) is known color: Peru Tan. HEX triplet: 7B, 28 and 08. RGB value is (123,40,8). Sum of RGB (Red+Green+Blue) = 123+40+8=171 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.93% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2808 is #84D7F7. Grayscale: #3D3D3D. Windows color (decimal): -8706040 or 534651. OLE color: 534651.

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

Color convert

RGB 123 40 8 -
CMYK 0 0.67 0.93 0.52
HSL 16.7º 0.88% 0.26% -
HSV(B) 16.7º 0.93% 0.48% -
XYZ 8.97 5.75 0.87 -
YUV 61.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 123 40 8 0 0.67 0.93 0.52 16.7 0.88 0.26
Hex 7B 28 8 0 43 5D 34 11 58 1A
Octal 173 50 10 0 103 135 64 21 130 32
Binary 1111011 101000 1000 0 1000011 1011101 110100 10001 1011000 11010

Color Harmonies of #7B2808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2808

Black with #7B2808

Text Example


Text Example

White with #7B2808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,40,8); }

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

background-color css

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

 a { background-color: rgb(123,40,8); }

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

border-color css

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

 span { border-color: rgb(123,40,8); }

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