Html Css Color HEX #697F76 Cutty Sark

📋 copy color: '#697F76'

red 105 ◦ green 127 ◦ blue 118

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

Shades of Cutty Sark #697F76

Tints of Cutty Sark #697F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 30%
G = 36.29%
B = 33.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#697F76 (or 0x697F76) is known color: Cutty Sark. HEX triplet: 69, 7F and 76. RGB value is (105,127,118). Sum of RGB (Red+Green+Blue) = 105+127+118=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 127 - color contains mainly: green. Hex color #697F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697F76 is #968089. Grayscale: #777777. Windows color (decimal): -9863306 or 7765865. OLE color: 7765865.

HSL color Cylindrical-coordinate representation of color #697F76: hue angle of 155.45º 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 #697F76 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 127 118 -
CMYK 0.17 0 0.07 0.50
HSL 155.45º 0.09% 0.45% -
HSV(B) 155.45º 0.17% 0.5% -
XYZ 16.69 19.49 20.02 -
YUV 119.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 105 127 118 0.17 0 0.07 0.50 155.45 0.09 0.45
Hex 69 7F 76 11 0 7 32 9B 9 2D
Octal 151 177 166 21 0 7 62 233 11 55
Binary 1101001 1111111 1110110 10001 0 111 110010 10011011 1001 101101

Color Harmonies of #697F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F76

Black with #697F76

Text Example


Text Example

White with #697F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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