#782D22

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

Shades of Pueblo #782D22

Tints of Pueblo #782D22

Color information

#782D22 (or 0x782D22) is unknown color: approx Pueblo. HEX triplet: 78, 2D and 22. RGB value is (120,45,34). Sum of RGB (Red+Green+Blue) = 120+45+34=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #782D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D22 is #87D2DD. Grayscale: #424242. Windows color (decimal): -8901342 or 2239864. OLE color: 2239864.

HSL color Cylindrical-coordinate representation of color #782D22: hue angle of 7.67º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #782D22 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1204534-
CMYK00.630.720.53
HSL7.67º55.84%30.2%-
HSV(B)7.67º71.67%47.06%-
XYZ8.975.992.2-
YUV66.17109.85166.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 34 (13.67% from 255) = 17.09%
R=60.30%
G=22.61%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120453400.630.720.537.6755.8430.2
Hex782D2203F48358381e
Octal170554207711065107036
Binary111100010110110001001111111001000110101100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782D22; }

 p { color: rgb(120,45,34); }

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

<style>
 a { background-color: #782D22; }

 a { background-color: rgb(120,45,34); }

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

<style>
 span { border-color: #782D22; }

 span { border-color: rgb(120,45,34); }

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