Html Css Color HEX #547E74 Cutty Sark

📋 copy color: '#547E74'

red 84 ◦ green 126 ◦ blue 116

#547E74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #547E74

Tints of Cutty Sark #547E74

RGB

 RED value IS 84 (33.2% from 255) = 25.77%

 GREEN value IS 126 (49.61% from 255) = 38.65%

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 25.77%
G = 38.65%
B = 35.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#547E74 (or 0x547E74) is known color: Cutty Sark. HEX triplet: 54, 7E and 74. RGB value is (84,126,116). Sum of RGB (Red+Green+Blue) = 84+126+116=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 126 - color contains mainly: green. Hex color #547E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547E74 is #AB818B. Grayscale: #707070. Windows color (decimal): -11239820 or 7634516. OLE color: 7634516.

HSL color Cylindrical-coordinate representation of color #547E74: hue angle of 165.71º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #547E74 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 126 116 -
CMYK 0.33 0 0.08 0.51
HSL 165.71º 0.2% 0.41% -
HSV(B) 165.71º 0.33% 0.49% -
XYZ 14.27 18.07 19.26 -
YUV 112.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 84 126 116 0.33 0 0.08 0.51 165.71 0.2 0.41
Hex 54 7E 74 21 0 8 33 A6 14 29
Octal 124 176 164 41 0 10 63 246 24 51
Binary 1010100 1111110 1110100 100001 0 1000 110011 10100110 10100 101001

Color Harmonies of #547E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547E74

Black with #547E74

Text Example


Text Example

White with #547E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547E74; }

 p { color: rgb(84,126,116); }

 H1.HeaderClassName
 {
   color: #547E74;
 }
 .AnyTagClassName
 {
   color: #547E74;
 }
</style>

background-color css

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

 a { background-color: rgb(84,126,116); }

 div.DivClassName
 {
   background-color: #547E74;
 }
 .BgClassName
 {
   background-color: #547E74;
 }
</style>

border-color css

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

 span { border-color: rgb(84,126,116); }

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