#77301E

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

Shades of Pueblo #77301E

Tints of Pueblo #77301E

Color information

#77301E (or 0x77301E) is unknown color: approx Pueblo. HEX triplet: 77, 30 and 1E. RGB value is (119,48,30). Sum of RGB (Red+Green+Blue) = 119+48+30=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #77301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77301E is #88CFE1. Grayscale: #434343. Windows color (decimal): -8966114 or 1978487. OLE color: 1978487.

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

Color convert

RGB1194830-
CMYK00.600.750.53
HSL12.13º59.73%29.22%-
HSV(B)12.13º74.79%46.67%-
XYZ8.96.131.94-
YUV67.18107.02164.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.41%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=60.41%
G=24.37%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119483000.600.750.5312.1359.7329.22
Hex77301E03C4B35c3c1d
Octal167603607411365147435
Binary11101111100001111001111001001011110101110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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