#77554A

Color #77554A Ironstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ironstone #77554A

Tints of Ironstone #77554A

Color information

#77554A (or 0x77554A) is unknown color: approx Ironstone. HEX triplet: 77, 55 and 4A. RGB value is (119,85,74). Sum of RGB (Red+Green+Blue) = 119+85+74=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77554A is #88AAB5. Grayscale: #5D5D5D. Windows color (decimal): -8956598 or 4871543. OLE color: 4871543.

HSL color Cylindrical-coordinate representation of color #77554A: hue angle of 14.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77554A is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1198574-
CMYK00.290.380.53
HSL14.67º23.32%37.84%-
HSV(B)14.67º37.82%46.67%-
XYZ12.0910.917.95-
YUV93.91116.76145.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=42.81%
G=30.58%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119857400.290.380.5314.6723.3237.84
Hex77554A01D2635f1726
Octal1671251120354665172746
Binary111011110101011001010011101100110110101111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77554A; }

 p { color: rgb(119,85,74); }

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

<style>
 a { background-color: #77554A; }

 a { background-color: rgb(119,85,74); }

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

<style>
 span { border-color: #77554A; }

 span { border-color: rgb(119,85,74); }

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