Html Css Color HEX #5C766C Cutty Sark

📋 copy color: '#5C766C'

red 92 ◦ green 118 ◦ blue 108

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

Shades of Cutty Sark #5C766C

Tints of Cutty Sark #5C766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 28.93%
G = 37.11%
B = 33.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#5C766C (or 0x5C766C) is known color: Cutty Sark. HEX triplet: 5C, 76 and 6C. RGB value is (92,118,108). Sum of RGB (Red+Green+Blue) = 92+118+108=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 118 - color contains mainly: green. Hex color #5C766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C766C is #A38993. Grayscale: #6D6D6D. Windows color (decimal): -10717588 or 7108188. OLE color: 7108188.

HSL color Cylindrical-coordinate representation of color #5C766C: hue angle of 156.92º 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 #5C766C is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 118 108 -
CMYK 0.22 0 0.08 0.54
HSL 156.92º 0.12% 0.41% -
HSV(B) 156.92º 0.22% 0.46% -
XYZ 13.6 16.31 16.62 -
YUV 109.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 92 118 108 0.22 0 0.08 0.54 156.92 0.12 0.41
Hex 5C 76 6C 16 0 8 36 9D C 29
Octal 134 166 154 26 0 10 66 235 14 51
Binary 1011100 1110110 1101100 10110 0 1000 110110 10011101 1100 101001

Color Harmonies of #5C766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C766C

Black with #5C766C

Text Example


Text Example

White with #5C766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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