#773222

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

Shades of Pueblo #773222

Tints of Pueblo #773222

Color information

#773222 (or 0x773222) is unknown color: approx Pueblo. HEX triplet: 77, 32 and 22. RGB value is (119,50,34). Sum of RGB (Red+Green+Blue) = 119+50+34=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #773222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773222 is #88CDDD. Grayscale: #444444. Windows color (decimal): -8965598 or 2241143. OLE color: 2241143.

HSL color Cylindrical-coordinate representation of color #773222: hue angle of 11.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #773222 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB1195034-
CMYK00.580.710.53
HSL11.29º55.56%30%-
HSV(B)11.29º71.43%46.67%-
XYZ9.046.322.26-
YUV68.81108.36163.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=58.62%
G=24.63%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119503400.580.710.5311.2955.5630
Hex77322203A4735b381e
Octal167624207210765137036
Binary111011111001010001001110101000111110101101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773222; }

 p { color: rgb(119,50,34); }

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

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

 a { background-color: rgb(119,50,34); }

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

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

 span { border-color: rgb(119,50,34); }

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