#7A3325

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

Shades of Pueblo #7A3325

Tints of Pueblo #7A3325

Color information

#7A3325 (or 0x7A3325) is unknown color: approx Pueblo. HEX triplet: 7A, 33 and 25. RGB value is (122,51,37). Sum of RGB (Red+Green+Blue) = 122+51+37=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3325 is #85CCDA. Grayscale: #464646. Windows color (decimal): -8768731 or 2438010. OLE color: 2438010.

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

Color convert

RGB1225137-
CMYK00.580.700.52
HSL9.88º53.46%31.18%-
HSV(B)9.88º69.67%47.84%-
XYZ9.546.642.53-
YUV70.63109.02164.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.10%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 37 (14.84% from 255) = 17.62%
R=58.10%
G=24.29%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122513700.580.700.529.8853.4631.18
Hex7A332503A4634a351f
Octal172634507210664126537
Binary111101011001110010101110101000110110100101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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