#782719

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

Shades of Pueblo #782719

Tints of Pueblo #782719

Color information

#782719 (or 0x782719) is unknown color: approx Pueblo. HEX triplet: 78, 27 and 19. RGB value is (120,39,25). Sum of RGB (Red+Green+Blue) = 120+39+25=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #782719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782719 is #87D8E6. Grayscale: #3D3D3D. Windows color (decimal): -8902887 or 1648504. OLE color: 1648504.

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

Color convert

RGB1203925-
CMYK00.670.790.53
HSL8.84º65.52%28.43%-
HSV(B)8.84º79.17%47.06%-
XYZ8.655.511.53-
YUV61.62107.34169.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.22%
GREEN value IS 39 (15.62% from 255) = 21.20%
BLUE value IS 25 (10.16% from 255) = 13.59%
R=65.22%
G=21.20%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120392500.670.790.538.8465.5228.43
Hex7827190434F359421c
Octal17047310103117651110234
Binary1111000100111110010100001110011111101011001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782719; }

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

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

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

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

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

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

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

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