#7A2819

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

Shades of Pueblo #7A2819

Tints of Pueblo #7A2819

Color information

#7A2819 (or 0x7A2819) is unknown color: approx Pueblo. HEX triplet: 7A, 28 and 19. RGB value is (122,40,25). Sum of RGB (Red+Green+Blue) = 122+40+25=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2819 is #85D7E6. Grayscale: #3E3E3E. Windows color (decimal): -8771559 or 1648762. OLE color: 1648762.

HSL color Cylindrical-coordinate representation of color #7A2819: hue angle of 9.28º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A2819 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB1224025-
CMYK00.670.800.52
HSL9.28º65.99%28.82%-
HSV(B)9.28º79.51%47.84%-
XYZ8.965.731.55-
YUV62.81106.67170.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 65.24%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=65.24%
G=21.39%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122402500.670.800.529.2865.9928.82
Hex7A281904350349421d
Octal17250310103120641110235
Binary1111010101000110010100001110100001101001001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,40,25); }

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

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

 a { background-color: rgb(122,40,25); }

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

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

 span { border-color: rgb(122,40,25); }

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