Html Css Color HEX #5D776F Cutty Sark

📋 copy color: '#5D776F'

red 93 ◦ green 119 ◦ blue 111

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

Shades of Cutty Sark #5D776F

Tints of Cutty Sark #5D776F

RGB

 RED value IS 93 (36.72% from 255) = 28.79%

 GREEN value IS 119 (46.88% from 255) = 36.84%

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 28.79%
G = 36.84%
B = 34.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#5D776F (or 0x5D776F) is known color: Cutty Sark. HEX triplet: 5D, 77 and 6F. RGB value is (93,119,111). Sum of RGB (Red+Green+Blue) = 93+119+111=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 119 - color contains mainly: green. Hex color #5D776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D776F is #A28890. Grayscale: #6E6E6E. Windows color (decimal): -10651793 or 7305053. OLE color: 7305053.

HSL color Cylindrical-coordinate representation of color #5D776F: hue angle of 161.54º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D776F is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 119 111 -
CMYK 0.22 0 0.07 0.53
HSL 161.54º 0.12% 0.42% -
HSV(B) 161.54º 0.22% 0.47% -
XYZ 13.98 16.67 17.52 -
YUV 110.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 93 119 111 0.22 0 0.07 0.53 161.54 0.12 0.42
Hex 5D 77 6F 16 0 7 35 A2 C 2A
Octal 135 167 157 26 0 7 65 242 14 52
Binary 1011101 1110111 1101111 10110 0 111 110101 10100010 1100 101010

Color Harmonies of #5D776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D776F

Black with #5D776F

Text Example


Text Example

White with #5D776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D776F; }

 p { color: rgb(93,119,111); }

 H1.HeaderClassName
 {
   color: #5D776F;
 }
 .AnyTagClassName
 {
   color: #5D776F;
 }
</style>

background-color css

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

 a { background-color: rgb(93,119,111); }

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

border-color css

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

 span { border-color: rgb(93,119,111); }

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