#77321E

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

Shades of Pueblo #77321E

Tints of Pueblo #77321E

Color information

#77321E (or 0x77321E) is unknown color: approx Pueblo. HEX triplet: 77, 32 and 1E. RGB value is (119,50,30). Sum of RGB (Red+Green+Blue) = 119+50+30=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77321E is #88CDE1. Grayscale: #444444. Windows color (decimal): -8965602 or 1978999. OLE color: 1978999.

HSL color Cylindrical-coordinate representation of color #77321E: hue angle of 13.48º 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 #77321E is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1195030-
CMYK00.580.750.53
HSL13.48º59.73%29.22%-
HSV(B)13.48º74.79%46.67%-
XYZ8.986.31.97-
YUV68.35106.36164.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=59.80%
G=25.13%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119503000.580.750.5313.4859.7329.22
Hex77321E03A4B35d3c1d
Octal167623607211365157435
Binary11101111100101111001110101001011110101110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77321E; }

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

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

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

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

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

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

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

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