Html Css Color HEX #5C766F Cutty Sark

📋 copy color: '#5C766F'

red 92 ◦ green 118 ◦ blue 111

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

Shades of Cutty Sark #5C766F

Tints of Cutty Sark #5C766F

RGB

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

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

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

R = 28.66%
G = 36.76%
B = 34.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#5C766F (or 0x5C766F) is known color: Cutty Sark. HEX triplet: 5C, 76 and 6F. RGB value is (92,118,111). Sum of RGB (Red+Green+Blue) = 92+118+111=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 118 - color contains mainly: green. Hex color #5C766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C766F is #A38990. Grayscale: #6D6D6D. Windows color (decimal): -10717585 or 7304796. OLE color: 7304796.

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

Color convert

RGB 92 118 111 -
CMYK 0.22 0 0.06 0.54
HSL 163.85º 0.12% 0.41% -
HSV(B) 163.85º 0.22% 0.46% -
XYZ 13.76 16.38 17.48 -
YUV 109.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 92 118 111 0.22 0 0.06 0.54 163.85 0.12 0.41
Hex 5C 76 6F 16 0 6 36 A4 C 29
Octal 134 166 157 26 0 6 66 244 14 51
Binary 1011100 1110110 1101111 10110 0 110 110110 10100100 1100 101001

Color Harmonies of #5C766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C766F

Black with #5C766F

Text Example


Text Example

White with #5C766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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