#772B1B

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

Shades of Pueblo #772B1B

Tints of Pueblo #772B1B

Color information

#772B1B (or 0x772B1B) is unknown color: approx Pueblo. HEX triplet: 77, 2B and 1B. RGB value is (119,43,27). Sum of RGB (Red+Green+Blue) = 119+43+27=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #772B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B1B is #88D4E4. Grayscale: #404040. Windows color (decimal): -8967397 or 1780599. OLE color: 1780599.

HSL color Cylindrical-coordinate representation of color #772B1B: hue angle of 10.43º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #772B1B is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1194327-
CMYK00.640.770.53
HSL10.43º63.01%28.63%-
HSV(B)10.43º77.31%46.67%-
XYZ8.675.731.69-
YUV63.9107.18167.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 43 (17.19% from 255) = 22.75%
BLUE value IS 27 (10.94% from 255) = 14.29%
R=62.96%
G=22.75%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119432700.640.770.5310.4363.0128.63
Hex772B1B0404D35a3f1d
Octal1675333010011565127735
Binary111011110101111011010000001001101110101101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772B1B; }

 p { color: rgb(119,43,27); }

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

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

 a { background-color: rgb(119,43,27); }

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

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

 span { border-color: rgb(119,43,27); }

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