#773527

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

Shades of Pueblo #773527

Tints of Pueblo #773527

Color information

#773527 (or 0x773527) is unknown color: approx Pueblo. HEX triplet: 77, 35 and 27. RGB value is (119,53,39). Sum of RGB (Red+Green+Blue) = 119+53+39=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #773527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773527 is #88CAD8. Grayscale: #474747. Windows color (decimal): -8964825 or 2569591. OLE color: 2569591.

HSL color Cylindrical-coordinate representation of color #773527: hue angle of 10.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773527 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1195339-
CMYK00.550.670.53
HSL10.5º50.63%30.98%-
HSV(B)10.5º67.23%46.67%-
XYZ9.256.612.71-
YUV71.14109.87162.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=56.40%
G=25.12%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119533900.550.670.5310.550.6330.98
Hex7735270374335a331f
Octal167654706710365126337
Binary111011111010110011101101111000011110101101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773527; }

 p { color: rgb(119,53,39); }

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

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

 a { background-color: rgb(119,53,39); }

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

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

 span { border-color: rgb(119,53,39); }

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