#547764

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

Shades of Como #547764

Tints of Como #547764

Color information

#547764 (or 0x547764) is unknown color: approx Como. HEX triplet: 54, 77 and 64. RGB value is (84,119,100). Sum of RGB (Red+Green+Blue) = 84+119+100=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #547764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547764 is #AB889B. Grayscale: #6A6A6A. Windows color (decimal): -11241628 or 6584148. OLE color: 6584148.

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

Color convert

RGB84119100-
CMYK0.2900.160.53
HSL147.43º17.24%39.8%-
HSV(B)147.43º29.41%46.67%-
XYZ12.551614.48-
YUV106.37124.4112.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.72%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=27.72%
G=39.27%
B=33.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841191000.2900.160.53147.4317.2439.8
Hex5477641D01035931128
Octal12416714435020652232150
Binary101010011101111100100111010100001101011001001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547764; }

 p { color: rgb(84,119,100); }

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

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

 a { background-color: rgb(84,119,100); }

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

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

 span { border-color: rgb(84,119,100); }

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