Html Css Color HEX #5C766E Cutty Sark

📋 copy color: '#5C766E'

red 92 ◦ green 118 ◦ blue 110

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

Shades of Cutty Sark #5C766E

Tints of Cutty Sark #5C766E

RGB

 RED value IS 92 (36.33% from 255) = 28.75%

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

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 28.75%
G = 36.88%
B = 34.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#5C766E (or 0x5C766E) is known color: Cutty Sark. HEX triplet: 5C, 76 and 6E. RGB value is (92,118,110). Sum of RGB (Red+Green+Blue) = 92+118+110=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 118 - color contains mainly: green. Hex color #5C766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C766E is #A38991. Grayscale: #6D6D6D. Windows color (decimal): -10717586 or 7239260. OLE color: 7239260.

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

Color convert

RGB 92 118 110 -
CMYK 0.22 0 0.07 0.54
HSL 161.54º 0.12% 0.41% -
HSV(B) 161.54º 0.22% 0.46% -
XYZ 13.71 16.36 17.19 -
YUV 109.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 92 118 110 0.22 0 0.07 0.54 161.54 0.12 0.41
Hex 5C 76 6E 16 0 7 36 A2 C 29
Octal 134 166 156 26 0 7 66 242 14 51
Binary 1011100 1110110 1101110 10110 0 111 110110 10100010 1100 101001

Color Harmonies of #5C766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C766E

Black with #5C766E

Text Example


Text Example

White with #5C766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,118,110); }

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

background-color css

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

 a { background-color: rgb(92,118,110); }

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

border-color css

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

 span { border-color: rgb(92,118,110); }

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