#77291A

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

Shades of Pueblo #77291A

Tints of Pueblo #77291A

Color information

#77291A (or 0x77291A) is unknown color: approx Pueblo. HEX triplet: 77, 29 and 1A. RGB value is (119,41,26). Sum of RGB (Red+Green+Blue) = 119+41+26=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #77291A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77291A is #88D6E5. Grayscale: #3E3E3E. Windows color (decimal): -8967910 or 1714551. OLE color: 1714551.

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

Color convert

RGB1194126-
CMYK00.660.780.53
HSL9.68º64.14%28.43%-
HSV(B)9.68º78.15%46.67%-
XYZ8.595.581.6-
YUV62.61107.34168.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.98%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 26 (10.55% from 255) = 13.98%
R=63.98%
G=22.04%
B=13.98%

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
Decimal119412600.660.780.539.6864.1428.43
Hex77291A0424E35a401c
Octal16751320102116651210034
Binary1110111101001110100100001010011101101011010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,41,26); }

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

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

 a { background-color: rgb(119,41,26); }

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

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

 span { border-color: rgb(119,41,26); }

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