#78291B

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

Shades of Pueblo #78291B

Tints of Pueblo #78291B

Color information

#78291B (or 0x78291B) is unknown color: approx Pueblo. HEX triplet: 78, 29 and 1B. RGB value is (120,41,27). Sum of RGB (Red+Green+Blue) = 120+41+27=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #78291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78291B is #87D6E4. Grayscale: #3F3F3F. Windows color (decimal): -8902373 or 1780088. OLE color: 1780088.

HSL color Cylindrical-coordinate representation of color #78291B: hue angle of 9.03º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78291B is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1204127-
CMYK00.660.780.53
HSL9.03º63.27%28.82%-
HSV(B)9.03º77.5%47.06%-
XYZ8.745.661.67-
YUV63.02107.67168.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.83%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=63.83%
G=21.81%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120412700.660.780.539.0363.2728.82
Hex78291B0424E3593f1d
Octal1705133010211665117735
Binary111100010100111011010000101001110110101100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78291B; }

 p { color: rgb(120,41,27); }

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

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

 a { background-color: rgb(120,41,27); }

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

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

 span { border-color: rgb(120,41,27); }

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