#772A1C

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

Shades of Pueblo #772A1C

Tints of Pueblo #772A1C

Color information

#772A1C (or 0x772A1C) is unknown color: approx Pueblo. HEX triplet: 77, 2A and 1C. RGB value is (119,42,28). Sum of RGB (Red+Green+Blue) = 119+42+28=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #772A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A1C is #88D5E3. Grayscale: #3F3F3F. Windows color (decimal): -8967652 or 1845879. OLE color: 1845879.

HSL color Cylindrical-coordinate representation of color #772A1C: hue angle of 9.23º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772A1C is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1194228-
CMYK00.650.760.53
HSL9.23º61.9%28.82%-
HSV(B)9.23º76.47%46.67%-
XYZ8.655.661.74-
YUV63.43108.01167.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=62.96%
G=22.22%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119422800.650.760.539.2361.928.82
Hex772A1C0414C3593e1d
Octal1675234010111465117635
Binary111011110101011100010000011001100110101100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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