#78281B

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

Shades of Pueblo #78281B

Tints of Pueblo #78281B

Color information

#78281B (or 0x78281B) is unknown color: approx Pueblo. HEX triplet: 78, 28 and 1B. RGB value is (120,40,27). Sum of RGB (Red+Green+Blue) = 120+40+27=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #78281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78281B is #87D7E4. Grayscale: #3E3E3E. Windows color (decimal): -8902629 or 1779832. OLE color: 1779832.

HSL color Cylindrical-coordinate representation of color #78281B: hue angle of 8.39º 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 #78281B is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1204027-
CMYK00.670.780.53
HSL8.39º63.27%28.82%-
HSV(B)8.39º77.5%47.06%-
XYZ8.75.591.66-
YUV62.44108169.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.17%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 27 (10.94% from 255) = 14.44%
R=64.17%
G=21.39%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120402700.670.780.538.3963.2728.82
Hex78281B0434E3583f1d
Octal1705033010311665107735
Binary111100010100011011010000111001110110101100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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