#7B3222

Color #7B3222 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #7B3222

Tints of Pueblo #7B3222

Color information

#7B3222 (or 0x7B3222) is unknown color: approx Pueblo. HEX triplet: 7B, 32 and 22. RGB value is (123,50,34). Sum of RGB (Red+Green+Blue) = 123+50+34=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3222 is #84CDDD. Grayscale: #464646. Windows color (decimal): -8703454 or 2241147. OLE color: 2241147.

HSL color Cylindrical-coordinate representation of color #7B3222: hue angle of 10.79º 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 #7B3222 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.52.

Color convert

RGB1235034-
CMYK00.590.720.52
HSL10.79º56.69%30.78%-
HSV(B)10.79º72.36%48.24%-
XYZ9.66.612.28-
YUV70107.68165.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 59.42%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 34 (13.67% from 255) = 16.43%
R=59.42%
G=24.15%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123503400.590.720.5210.7956.6930.78
Hex7B322203B4834b391f
Octal173624207311064137137
Binary111101111001010001001110111001000110100101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B3222;
 }
 .AnyTagClassName
 {
   color: #7B3222;
 }
</style>
background-color css

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

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

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

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

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

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