#772811

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

Shades of Pueblo #772811

Tints of Pueblo #772811

Color information

#772811 (or 0x772811) is unknown color: approx Pueblo. HEX triplet: 77, 28 and 11. RGB value is (119,40,17). Sum of RGB (Red+Green+Blue) = 119+40+17=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #772811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772811 is #88D7EE. Grayscale: #3D3D3D. Windows color (decimal): -8968175 or 1124471. OLE color: 1124471.

HSL color Cylindrical-coordinate representation of color #772811: hue angle of 13.53º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #772811 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1194017-
CMYK00.660.860.53
HSL13.53º75%26.67%-
HSV(B)13.53º85.71%46.67%-
XYZ8.475.481.14-
YUV61103.17169.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.61%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 17 (7.03% from 255) = 9.66%
R=67.61%
G=22.73%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119401700.660.860.5313.537526.67
Hex7728110425635e4b1b
Octal16750210102126651611333
Binary1110111101000100010100001010101101101011110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772811; }

 p { color: rgb(119,40,17); }

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

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

 a { background-color: rgb(119,40,17); }

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

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

 span { border-color: rgb(119,40,17); }

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