#773123

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

Shades of Pueblo #773123

Tints of Pueblo #773123

Color information

#773123 (or 0x773123) is unknown color: approx Pueblo. HEX triplet: 77, 31 and 23. RGB value is (119,49,35). Sum of RGB (Red+Green+Blue) = 119+49+35=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #773123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773123 is #88CEDC. Grayscale: #444444. Windows color (decimal): -8965853 or 2306423. OLE color: 2306423.

HSL color Cylindrical-coordinate representation of color #773123: hue angle of 10º degrees, saturation: 0.55, 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 #773123 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB1194935-
CMYK00.590.710.53
HSL10º54.55%30.2%-
HSV(B)10º70.59%46.67%-
XYZ9.016.242.32-
YUV68.33109.19164.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 35 (14.06% from 255) = 17.24%
R=58.62%
G=24.14%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119493500.590.710.531054.5530.2
Hex77312303B4735a371e
Octal167614307310765126736
Binary111011111000110001101110111000111110101101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773123; }

 p { color: rgb(119,49,35); }

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

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

 a { background-color: rgb(119,49,35); }

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

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

 span { border-color: rgb(119,49,35); }

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