Html Css Color HEX #6E7F79 Rolling Stone

📋 copy color: '#6E7F79'

red 110 ◦ green 127 ◦ blue 121

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

Shades of Rolling Stone #6E7F79

Tints of Rolling Stone #6E7F79

RGB

 RED value IS 110 (43.36% from 255) = 30.73%

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

 BLUE value IS 121 (47.66% from 255) = 33.8%

R = 30.73%
G = 35.47%
B = 33.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#6E7F79 (or 0x6E7F79) is known color: Rolling Stone. HEX triplet: 6E, 7F and 79. RGB value is (110,127,121). Sum of RGB (Red+Green+Blue) = 110+127+121=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 127 - color contains mainly: green. Hex color #6E7F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7F79 is #918086. Grayscale: #797979. Windows color (decimal): -9535623 or 7962478. OLE color: 7962478.

HSL color Cylindrical-coordinate representation of color #6E7F79: hue angle of 158.82º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6E7F79 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 110 127 121 -
CMYK 0.13 0 0.05 0.50
HSL 158.82º 0.07% 0.46% -
HSV(B) 158.82º 0.13% 0.5% -
XYZ 17.47 19.87 21 -
YUV 121.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 110 127 121 0.13 0 0.05 0.50 158.82 0.07 0.46
Hex 6E 7F 79 D 0 5 32 9F 7 2E
Octal 156 177 171 15 0 5 62 237 7 56
Binary 1101110 1111111 1111001 1101 0 101 110010 10011111 111 101110

Color Harmonies of #6E7F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7F79

Black with #6E7F79

Text Example


Text Example

White with #6E7F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E7F79; }

 p { color: rgb(110,127,121); }

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

background-color css

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

 a { background-color: rgb(110,127,121); }

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

border-color css

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

 span { border-color: rgb(110,127,121); }

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