Html Css Color HEX #5D766F Cutty Sark

📋 copy color: '#5D766F'

red 93 ◦ green 118 ◦ blue 111

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

Shades of Cutty Sark #5D766F

Tints of Cutty Sark #5D766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.65%

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

R = 28.88%
G = 36.65%
B = 34.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#5D766F (or 0x5D766F) is known color: Cutty Sark. HEX triplet: 5D, 76 and 6F. RGB value is (93,118,111). Sum of RGB (Red+Green+Blue) = 93+118+111=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 118 - color contains mainly: green. Hex color #5D766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D766F is #A28990. Grayscale: #6D6D6D. Windows color (decimal): -10652049 or 7304797. OLE color: 7304797.

HSL color Cylindrical-coordinate representation of color #5D766F: hue angle of 163.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D766F is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 118 111 -
CMYK 0.21 0 0.06 0.54
HSL 163.2º 0.12% 0.41% -
HSV(B) 163.2º 0.21% 0.46% -
XYZ 13.86 16.43 17.48 -
YUV 109.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 93 118 111 0.21 0 0.06 0.54 163.2 0.12 0.41
Hex 5D 76 6F 15 0 6 36 A3 C 29
Octal 135 166 157 25 0 6 66 243 14 51
Binary 1011101 1110110 1101111 10101 0 110 110110 10100011 1100 101001

Color Harmonies of #5D766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D766F

Black with #5D766F

Text Example


Text Example

White with #5D766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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