#7A3321

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

Shades of Pueblo #7A3321

Tints of Pueblo #7A3321

Color information

#7A3321 (or 0x7A3321) is unknown color: approx Pueblo. HEX triplet: 7A, 33 and 21. RGB value is (122,51,33). Sum of RGB (Red+Green+Blue) = 122+51+33=206 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.22% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3321 is #85CCDE. Grayscale: #464646. Windows color (decimal): -8768735 or 2175866. OLE color: 2175866.

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

Color convert

RGB1225133-
CMYK00.580.730.52
HSL12.13º57.42%30.39%-
HSV(B)12.13º72.95%47.84%-
XYZ9.486.622.22-
YUV70.18107.02164.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 59.22%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 33 (13.28% from 255) = 16.02%
R=59.22%
G=24.76%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122513300.580.730.5212.1357.4230.39
Hex7A332103A4934c391e
Octal172634107211164147136
Binary111101011001110000101110101001001110100110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,51,33); }

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

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

 a { background-color: rgb(122,51,33); }

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

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

 span { border-color: rgb(122,51,33); }

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