#772F1B

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

Shades of Pueblo #772F1B

Tints of Pueblo #772F1B

Color information

#772F1B (or 0x772F1B) is unknown color: approx Pueblo. HEX triplet: 77, 2F and 1B. RGB value is (119,47,27). Sum of RGB (Red+Green+Blue) = 119+47+27=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #772F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F1B is #88D0E4. Grayscale: #424242. Windows color (decimal): -8966373 or 1781623. OLE color: 1781623.

HSL color Cylindrical-coordinate representation of color #772F1B: hue angle of 13.04º 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 #772F1B is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1194727-
CMYK00.610.770.53
HSL13.04º63.01%28.63%-
HSV(B)13.04º77.31%46.67%-
XYZ8.826.031.74-
YUV66.25105.85165.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=61.66%
G=24.35%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119472700.610.770.5313.0463.0128.63
Hex772F1B03D4D35d3f1d
Octal167573307511565157735
Binary11101111011111101101111011001101110101110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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