Html Css Color HEX #7B3122 Pueblo

📋 copy color: '#7B3122'

red 123 ◦ green 49 ◦ blue 34

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

Shades of Pueblo #7B3122

Tints of Pueblo #7B3122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.5%

R = 59.71%
G = 23.79%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.52

RGB Variations

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

Color information

#7B3122 (or 0x7B3122) is known color: Pueblo. HEX triplet: 7B, 31 and 22. RGB value is (123,49,34). Sum of RGB (Red+Green+Blue) = 123+49+34=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3122 is #84CEDD. Grayscale: #454545. Windows color (decimal): -8703710 or 2240891. OLE color: 2240891.

HSL color Cylindrical-coordinate representation of color #7B3122: hue angle of 10.11º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B3122 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 49 34 -
CMYK 0 0.60 0.72 0.52
HSL 10.11º 0.57% 0.31% -
HSV(B) 10.11º 0.72% 0.48% -
XYZ 9.56 6.52 2.27 -
YUV 69.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 123 49 34 0 0.60 0.72 0.52 10.11 0.57 0.31
Hex 7B 31 22 0 3C 48 34 A 39 1F
Octal 173 61 42 0 74 110 64 12 71 37
Binary 1111011 110001 100010 0 111100 1001000 110100 1010 111001 11111

Color Harmonies of #7B3122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3122

Black with #7B3122

Text Example


Text Example

White with #7B3122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,49,34); }

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

background-color css

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

 a { background-color: rgb(123,49,34); }

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

border-color css

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

 span { border-color: rgb(123,49,34); }

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