#772E1D

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

Shades of Pueblo #772E1D

Tints of Pueblo #772E1D

Color information

#772E1D (or 0x772E1D) is unknown color: approx Pueblo. HEX triplet: 77, 2E and 1D. RGB value is (119,46,29). Sum of RGB (Red+Green+Blue) = 119+46+29=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #772E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E1D is #88D1E2. Grayscale: #424242. Windows color (decimal): -8966627 or 1912439. OLE color: 1912439.

HSL color Cylindrical-coordinate representation of color #772E1D: hue angle of 11.33º degrees, saturation: 0.61, 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 #772E1D is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1194629-
CMYK00.610.760.53
HSL11.33º60.81%29.02%-
HSV(B)11.33º75.63%46.67%-
XYZ8.815.961.85-
YUV65.89107.18165.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.34%
GREEN value IS 46 (18.36% from 255) = 23.71%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=61.34%
G=23.71%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119462900.610.760.5311.3360.8129.02
Hex772E1D03D4C35b3d1d
Octal167563507511465137535
Binary11101111011101110101111011001100110101101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,46,29); }

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

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

 a { background-color: rgb(119,46,29); }

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

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

 span { border-color: rgb(119,46,29); }

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