Html Css Color HEX #5C746C Cutty Sark

📋 copy color: '#5C746C'

red 92 ◦ green 116 ◦ blue 108

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

Shades of Cutty Sark #5C746C

Tints of Cutty Sark #5C746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

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

R = 29.11%
G = 36.71%
B = 34.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#5C746C (or 0x5C746C) is known color: Cutty Sark. HEX triplet: 5C, 74 and 6C. RGB value is (92,116,108). Sum of RGB (Red+Green+Blue) = 92+116+108=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 116 - color contains mainly: green. Hex color #5C746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C746C is #A38B93. Grayscale: #6B6B6B. Windows color (decimal): -10718100 or 7107676. OLE color: 7107676.

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

Color convert

RGB 92 116 108 -
CMYK 0.21 0 0.07 0.55
HSL 160º 0.12% 0.41% -
HSV(B) 160º 0.21% 0.45% -
XYZ 13.37 15.85 16.54 -
YUV 107.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 92 116 108 0.21 0 0.07 0.55 160 0.12 0.41
Hex 5C 74 6C 15 0 7 37 A0 C 29
Octal 134 164 154 25 0 7 67 240 14 51
Binary 1011100 1110100 1101100 10101 0 111 110111 10100000 1100 101001

Color Harmonies of #5C746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C746C

Black with #5C746C

Text Example


Text Example

White with #5C746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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