#782716

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

Shades of Pueblo #782716

Tints of Pueblo #782716

Color information

#782716 (or 0x782716) is unknown color: approx Pueblo. HEX triplet: 78, 27 and 16. RGB value is (120,39,22). Sum of RGB (Red+Green+Blue) = 120+39+22=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #782716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782716 is #87D8E9. Grayscale: #3D3D3D. Windows color (decimal): -8902890 or 1451896. OLE color: 1451896.

HSL color Cylindrical-coordinate representation of color #782716: hue angle of 10.41º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #782716 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1203922-
CMYK00.670.820.53
HSL10.41º69.01%27.84%-
HSV(B)10.41º81.67%47.06%-
XYZ8.625.51.37-
YUV61.28105.84169.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.30%
GREEN value IS 39 (15.62% from 255) = 21.55%
BLUE value IS 22 (8.98% from 255) = 12.15%
R=66.30%
G=21.55%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120392200.670.820.5310.4169.0127.84
Hex7827160435235a451c
Octal17047260103122651210534
Binary1111000100111101100100001110100101101011010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782716; }

 p { color: rgb(120,39,22); }

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

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

 a { background-color: rgb(120,39,22); }

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

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

 span { border-color: rgb(120,39,22); }

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