#772A1B

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

Shades of Pueblo #772A1B

Tints of Pueblo #772A1B

Color information

#772A1B (or 0x772A1B) is unknown color: approx Pueblo. HEX triplet: 77, 2A and 1B. RGB value is (119,42,27). Sum of RGB (Red+Green+Blue) = 119+42+27=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #772A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A1B is #88D5E4. Grayscale: #3F3F3F. Windows color (decimal): -8967653 or 1780343. OLE color: 1780343.

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

Color convert

RGB1194227-
CMYK00.650.770.53
HSL9.78º63.01%28.63%-
HSV(B)9.78º77.31%46.67%-
XYZ8.635.661.67-
YUV63.31107.51167.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.30%
GREEN value IS 42 (16.80% from 255) = 22.34%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=63.30%
G=22.34%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119422700.650.770.539.7863.0128.63
Hex772A1B0414D35a3f1d
Octal1675233010111565127735
Binary111011110101011011010000011001101110101101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,42,27); }

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

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

 a { background-color: rgb(119,42,27); }

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

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

 span { border-color: rgb(119,42,27); }

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