Html Css Color HEX #697372 Rolling Stone

📋 copy color: '#697372'

red 105 ◦ green 115 ◦ blue 114

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

Shades of Rolling Stone #697372

Tints of Rolling Stone #697372

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

 BLUE value IS 114 (44.92% from 255) = 34.13%

R = 31.44%
G = 34.43%
B = 34.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#697372 (or 0x697372) is known color: Rolling Stone. HEX triplet: 69, 73 and 72. RGB value is (105,115,114). Sum of RGB (Red+Green+Blue) = 105+115+114=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 115 - color contains mainly: green. Hex color #697372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697372 is #968C8D. Grayscale: #6F6F6F. Windows color (decimal): -9866382 or 7500649. OLE color: 7500649.

HSL color Cylindrical-coordinate representation of color #697372: hue angle of 174º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #697372 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 115 114 -
CMYK 0.09 0 0.01 0.55
HSL 174º 0.05% 0.43% -
HSV(B) 174º 0.09% 0.45% -
XYZ 14.99 16.48 18.31 -
YUV 111.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 105 115 114 0.09 0 0.01 0.55 174 0.05 0.43
Hex 69 73 72 9 0 1 37 AE 5 2B
Octal 151 163 162 11 0 1 67 256 5 53
Binary 1101001 1110011 1110010 1001 0 1 110111 10101110 101 101011

Color Harmonies of #697372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697372

Black with #697372

Text Example


Text Example

White with #697372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697372; }

 p { color: rgb(105,115,114); }

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

background-color css

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

 a { background-color: rgb(105,115,114); }

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

border-color css

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

 span { border-color: rgb(105,115,114); }

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