Html Css Color HEX #677F77 Cutty Sark

📋 copy color: '#677F77'

red 103 ◦ green 127 ◦ blue 119

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

Shades of Cutty Sark #677F77

Tints of Cutty Sark #677F77

RGB

 RED value IS 103 (40.63% from 255) = 29.51%

 GREEN value IS 127 (50% from 255) = 36.39%

 BLUE value IS 119 (46.88% from 255) = 34.1%

R = 29.51%
G = 36.39%
B = 34.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#677F77 (or 0x677F77) is known color: Cutty Sark. HEX triplet: 67, 7F and 77. RGB value is (103,127,119). Sum of RGB (Red+Green+Blue) = 103+127+119=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 127 - color contains mainly: green. Hex color #677F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677F77 is #988088. Grayscale: #767676. Windows color (decimal): -9994377 or 7831399. OLE color: 7831399.

HSL color Cylindrical-coordinate representation of color #677F77: hue angle of 160º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #677F77 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 127 119 -
CMYK 0.19 0 0.06 0.50
HSL 160º 0.1% 0.45% -
HSV(B) 160º 0.19% 0.5% -
XYZ 16.51 19.39 20.33 -
YUV 118.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 103 127 119 0.19 0 0.06 0.50 160 0.1 0.45
Hex 67 7F 77 13 0 6 32 A0 A 2D
Octal 147 177 167 23 0 6 62 240 12 55
Binary 1100111 1111111 1110111 10011 0 110 110010 10100000 1010 101101

Color Harmonies of #677F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677F77

Black with #677F77

Text Example


Text Example

White with #677F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677F77; }

 p { color: rgb(103,127,119); }

 H1.HeaderClassName
 {
   color: #677F77;
 }
 .AnyTagClassName
 {
   color: #677F77;
 }
</style>

background-color css

<style>
 a { background-color: #677F77; }

 a { background-color: rgb(103,127,119); }

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

border-color css

<style>
 span { border-color: #677F77; }

 span { border-color: rgb(103,127,119); }

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