#772C1E

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

Shades of Pueblo #772C1E

Tints of Pueblo #772C1E

Color information

#772C1E (or 0x772C1E) is unknown color: approx Pueblo. HEX triplet: 77, 2C and 1E. RGB value is (119,44,30). Sum of RGB (Red+Green+Blue) = 119+44+30=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #772C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C1E is #88D3E1. Grayscale: #404040. Windows color (decimal): -8967138 or 1977463. OLE color: 1977463.

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

Color convert

RGB1194430-
CMYK00.630.750.53
HSL9.44º59.73%29.22%-
HSV(B)9.44º74.79%46.67%-
XYZ8.745.821.89-
YUV64.83108.35166.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 44 (17.58% from 255) = 22.80%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=61.66%
G=22.80%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119443000.630.750.539.4459.7329.22
Hex772C1E03F4B3593c1d
Octal167543607711365117435
Binary11101111011001111001111111001011110101100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,44,30); }

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

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

 a { background-color: rgb(119,44,30); }

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

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

 span { border-color: rgb(119,44,30); }

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