#772711

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

Shades of Pueblo #772711

Tints of Pueblo #772711

Color information

#772711 (or 0x772711) is unknown color: approx Pueblo. HEX triplet: 77, 27 and 11. RGB value is (119,39,17). Sum of RGB (Red+Green+Blue) = 119+39+17=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #772711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772711 is #88D8EE. Grayscale: #3C3C3C. Windows color (decimal): -8968431 or 1124215. OLE color: 1124215.

HSL color Cylindrical-coordinate representation of color #772711: hue angle of 12.94º 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 #772711 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1193917-
CMYK00.670.860.53
HSL12.94º75%26.67%-
HSV(B)12.94º85.71%46.67%-
XYZ8.435.411.13-
YUV60.41103.5169.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 17 (7.03% from 255) = 9.71%
R=68%
G=22.29%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119391700.670.860.5312.947526.67
Hex7727110435635d4b1b
Octal16747210103126651511333
Binary1110111100111100010100001110101101101011101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772711; }

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

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

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

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

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

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

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

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