Html Css Color HEX #697776 Rolling Stone

📋 copy color: '#697776'

red 105 ◦ green 119 ◦ blue 118

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

Shades of Rolling Stone #697776

Tints of Rolling Stone #697776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.8%

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

R = 30.7%
G = 34.8%
B = 34.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#697776 (or 0x697776) is known color: Rolling Stone. HEX triplet: 69, 77 and 76. RGB value is (105,119,118). Sum of RGB (Red+Green+Blue) = 105+119+118=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 119 - color contains mainly: green. Hex color #697776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697776 is #968889. Grayscale: #727272. Windows color (decimal): -9865354 or 7763817. OLE color: 7763817.

HSL color Cylindrical-coordinate representation of color #697776: hue angle of 175.71º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #697776 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 119 118 -
CMYK 0.12 0 0.01 0.53
HSL 175.71º 0.06% 0.44% -
HSV(B) 175.71º 0.12% 0.47% -
XYZ 15.69 17.5 19.69 -
YUV 114.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 105 119 118 0.12 0 0.01 0.53 175.71 0.06 0.44
Hex 69 77 76 C 0 1 35 B0 6 2C
Octal 151 167 166 14 0 1 65 260 6 54
Binary 1101001 1110111 1110110 1100 0 1 110101 10110000 110 101100

Color Harmonies of #697776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697776

Black with #697776

Text Example


Text Example

White with #697776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697776; }

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

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

background-color css

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

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

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

border-color css

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

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

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