#772B1A

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

Shades of Pueblo #772B1A

Tints of Pueblo #772B1A

Color information

#772B1A (or 0x772B1A) is unknown color: approx Pueblo. HEX triplet: 77, 2B and 1A. RGB value is (119,43,26). Sum of RGB (Red+Green+Blue) = 119+43+26=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #772B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B1A is #88D4E5. Grayscale: #3F3F3F. Windows color (decimal): -8967398 or 1715063. OLE color: 1715063.

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

Color convert

RGB1194326-
CMYK00.640.780.53
HSL10.97º64.14%28.43%-
HSV(B)10.97º78.15%46.67%-
XYZ8.665.721.63-
YUV63.79106.68167.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.30%
GREEN value IS 43 (17.19% from 255) = 22.87%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=63.30%
G=22.87%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119432600.640.780.5310.9764.1428.43
Hex772B1A0404E35b401c
Octal16753320100116651310034
Binary1110111101011110100100000010011101101011011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772B1A; }

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

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

<style>
 a { background-color: #772B1A; }

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

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

<style>
 span { border-color: #772B1A; }

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

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