#7A3726

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

Shades of Pueblo #7A3726

Tints of Pueblo #7A3726

Color information

#7A3726 (or 0x7A3726) is unknown color: approx Pueblo. HEX triplet: 7A, 37 and 26. RGB value is (122,55,38). Sum of RGB (Red+Green+Blue) = 122+55+38=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3726 is #85C8D9. Grayscale: #494949. Windows color (decimal): -8767706 or 2504570. OLE color: 2504570.

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

Color convert

RGB1225538-
CMYK00.550.690.52
HSL12.14º52.5%31.37%-
HSV(B)12.14º68.85%47.84%-
XYZ9.747.012.67-
YUV73.1108.2162.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 56.74%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=56.74%
G=25.58%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122553800.550.690.5212.1452.531.37
Hex7A37260374534c341f
Octal172674606710564146437
Binary111101011011110011001101111000101110100110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,55,38); }

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

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

 a { background-color: rgb(122,55,38); }

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

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

 span { border-color: rgb(122,55,38); }

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