Html Css Color HEX #697F77 Cutty Sark

📋 copy color: '#697F77'

red 105 ◦ green 127 ◦ blue 119

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

Shades of Cutty Sark #697F77

Tints of Cutty Sark #697F77

RGB

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

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

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

R = 29.91%
G = 36.18%
B = 33.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#697F77 (or 0x697F77) is known color: Cutty Sark. HEX triplet: 69, 7F and 77. RGB value is (105,127,119). Sum of RGB (Red+Green+Blue) = 105+127+119=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 127 - color contains mainly: green. Hex color #697F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697F77 is #968088. Grayscale: #777777. Windows color (decimal): -9863305 or 7831401. OLE color: 7831401.

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

Color convert

RGB 105 127 119 -
CMYK 0.17 0 0.06 0.50
HSL 158.18º 0.09% 0.45% -
HSV(B) 158.18º 0.17% 0.5% -
XYZ 16.74 19.51 20.34 -
YUV 119.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 105 127 119 0.17 0 0.06 0.50 158.18 0.09 0.45
Hex 69 7F 77 11 0 6 32 9E 9 2D
Octal 151 177 167 21 0 6 62 236 11 55
Binary 1101001 1111111 1110111 10001 0 110 110010 10011110 1001 101101

Color Harmonies of #697F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F77

Black with #697F77

Text Example


Text Example

White with #697F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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