#772b1e

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

Shades of Pueblo #772B1E

Tints of Pueblo #772B1E

Color information

#772B1E (or 0x772B1E) is unknown color: approx Pueblo. HEX triplet: 77, 2B and 1E. RGB value is (119,43,30). Sum of RGB (Red+Green+Blue) = 119+43+30=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #772B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B1E is #88D4E1. Grayscale: #404040. Windows color (decimal): -8967394 or 1977207. OLE color: 1977207.

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

Color convert

RGB1194330-
CMYK00.640.750.53
HSL8.76º59.73%29.22%-
HSV(B)8.76º74.79%46.67%-
XYZ8.715.741.88-
YUV64.24108.68167.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.98%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 30 (12.11% from 255) = 15.62%
R=61.98%
G=22.40%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119433000.640.750.538.7659.7329.22
Hex772B1E0404B3593c1d
Octal1675336010011365117435
Binary111011110101111110010000001001011110101100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772b1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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