Html Css Color HEX #677F75 Cutty Sark

📋 copy color: '#677F75'

red 103 ◦ green 127 ◦ blue 117

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

Shades of Cutty Sark #677F75

Tints of Cutty Sark #677F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 29.68%
G = 36.6%
B = 33.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#677F75 (or 0x677F75) is known color: Cutty Sark. HEX triplet: 67, 7F and 75. RGB value is (103,127,117). Sum of RGB (Red+Green+Blue) = 103+127+117=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 127 - color contains mainly: green. Hex color #677F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677F75 is #98808A. Grayscale: #767676. Windows color (decimal): -9994379 or 7700327. OLE color: 7700327.

HSL color Cylindrical-coordinate representation of color #677F75: hue angle of 155º 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 #677F75 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 127 117 -
CMYK 0.19 0 0.08 0.50
HSL 155º 0.1% 0.45% -
HSV(B) 155º 0.19% 0.5% -
XYZ 16.39 19.35 19.7 -
YUV 118.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 103 127 117 0.19 0 0.08 0.50 155 0.1 0.45
Hex 67 7F 75 13 0 8 32 9B A 2D
Octal 147 177 165 23 0 10 62 233 12 55
Binary 1100111 1111111 1110101 10011 0 1000 110010 10011011 1010 101101

Color Harmonies of #677F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677F75

Black with #677F75

Text Example


Text Example

White with #677F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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