#78311B

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

Shades of Pueblo #78311B

Tints of Pueblo #78311B

Color information

#78311B (or 0x78311B) is unknown color: approx Pueblo. HEX triplet: 78, 31 and 1B. RGB value is (120,49,27). Sum of RGB (Red+Green+Blue) = 120+49+27=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #78311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78311B is #87CEE4. Grayscale: #434343. Windows color (decimal): -8900325 or 1782136. OLE color: 1782136.

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

Color convert

RGB1204927-
CMYK00.590.780.53
HSL14.19º63.27%28.82%-
HSV(B)14.19º77.5%47.06%-
XYZ9.046.271.77-
YUV67.72105.02165.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.22%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 13.78%
R=61.22%
G=25%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120492700.590.780.5314.1963.2728.82
Hex78311B03B4E35e3f1d
Octal170613307311665167735
Binary11110001100011101101110111001110110101111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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