#77301B

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

Shades of Pueblo #77301B

Tints of Pueblo #77301B

Color information

#77301B (or 0x77301B) is unknown color: approx Pueblo. HEX triplet: 77, 30 and 1B. RGB value is (119,48,27). Sum of RGB (Red+Green+Blue) = 119+48+27=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #77301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77301B is #88CFE4. Grayscale: #424242. Windows color (decimal): -8966117 or 1781879. OLE color: 1781879.

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

Color convert

RGB1194827-
CMYK00.600.770.53
HSL13.7º63.01%28.63%-
HSV(B)13.7º77.31%46.67%-
XYZ8.866.111.75-
YUV66.83105.52165.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.34%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=61.34%
G=24.74%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119482700.600.770.5313.763.0128.63
Hex77301B03C4D35e3f1d
Octal167603307411565167735
Binary11101111100001101101111001001101110101111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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