#547767

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

Shades of Cutty Sark #547767

Tints of Cutty Sark #547767

Color information

#547767 (or 0x547767) is unknown color: approx Cutty Sark. HEX triplet: 54, 77 and 67. RGB value is (84,119,103). Sum of RGB (Red+Green+Blue) = 84+119+103=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #547767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547767 is #AB8898. Grayscale: #6A6A6A. Windows color (decimal): -11241625 or 6780756. OLE color: 6780756.

HSL color Cylindrical-coordinate representation of color #547767: hue angle of 152.57º 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 #547767 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB84119103-
CMYK0.2900.130.53
HSL152.57º17.24%39.8%-
HSV(B)152.57º29.41%46.67%-
XYZ12.716.0615.26-
YUV106.71125.9111.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=27.45%
G=38.89%
B=33.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841191030.2900.130.53152.5717.2439.8
Hex5477671D0D35991128
Octal12416714735015652312150
Binary10101001110111110011111101011011101011001100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547767; }

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

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

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

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

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

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

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

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