#78271A

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

Shades of Pueblo #78271A

Tints of Pueblo #78271A

Color information

#78271A (or 0x78271A) is unknown color: approx Pueblo. HEX triplet: 78, 27 and 1A. RGB value is (120,39,26). Sum of RGB (Red+Green+Blue) = 120+39+26=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #78271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78271A is #87D8E5. Grayscale: #3D3D3D. Windows color (decimal): -8902886 or 1714040. OLE color: 1714040.

HSL color Cylindrical-coordinate representation of color #78271A: hue angle of 8.3º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78271A is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1203926-
CMYK00.670.780.53
HSL8.3º64.38%28.63%-
HSV(B)8.3º78.33%47.06%-
XYZ8.665.521.59-
YUV61.74107.84169.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.86%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 26 (10.55% from 255) = 14.05%
R=64.86%
G=21.08%
B=14.05%

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
Decimal120392600.670.780.538.364.3828.63
Hex78271A0434E358401d
Octal17047320103116651010035
Binary1111000100111110100100001110011101101011000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78271A; }

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

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

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

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

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

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

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

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