Html Css Color HEX #698177 Cutty Sark

📋 copy color: '#698177'

red 105 ◦ green 129 ◦ blue 119

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

Shades of Cutty Sark #698177

Tints of Cutty Sark #698177

RGB

 RED value IS 105 (41.41% from 255) = 29.75%

 GREEN value IS 129 (50.78% from 255) = 36.54%

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

R = 29.75%
G = 36.54%
B = 33.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#698177 (or 0x698177) is known color: Cutty Sark. HEX triplet: 69, 81 and 77. RGB value is (105,129,119). Sum of RGB (Red+Green+Blue) = 105+129+119=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 129 - color contains mainly: green. Hex color #698177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698177 is #967E88. Grayscale: #787878. Windows color (decimal): -9862793 or 7831913. OLE color: 7831913.

HSL color Cylindrical-coordinate representation of color #698177: hue angle of 155º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #698177 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 129 119 -
CMYK 0.19 0 0.08 0.49
HSL 155º 0.1% 0.46% -
HSV(B) 155º 0.19% 0.51% -
XYZ 17.01 20.04 20.42 -
YUV 120.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 105 129 119 0.19 0 0.08 0.49 155 0.1 0.46
Hex 69 81 77 13 0 8 31 9B A 2E
Octal 151 201 167 23 0 10 61 233 12 56
Binary 1101001 10000001 1110111 10011 0 1000 110001 10011011 1010 101110

Color Harmonies of #698177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698177

Black with #698177

Text Example


Text Example

White with #698177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698177; }

 p { color: rgb(105,129,119); }

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

background-color css

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

 a { background-color: rgb(105,129,119); }

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

border-color css

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

 span { border-color: rgb(105,129,119); }

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