Html Css Color HEX #6F7F7C Rolling Stone

📋 copy color: '#6F7F7C'

red 111 ◦ green 127 ◦ blue 124

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

Shades of Rolling Stone #6F7F7C

Tints of Rolling Stone #6F7F7C

RGB

 RED value IS 111 (43.75% from 255) = 30.66%

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

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 30.66%
G = 35.08%
B = 34.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#6F7F7C (or 0x6F7F7C) is known color: Rolling Stone. HEX triplet: 6F, 7F and 7C. RGB value is (111,127,124). Sum of RGB (Red+Green+Blue) = 111+127+124=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 127 - color contains mainly: green. Hex color #6F7F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7F7C is #908083. Grayscale: #797979. Windows color (decimal): -9470084 or 8159087. OLE color: 8159087.

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

Color convert

RGB 111 127 124 -
CMYK 0.13 0 0.02 0.50
HSL 168.75º 0.07% 0.47% -
HSV(B) 168.75º 0.13% 0.5% -
XYZ 17.78 20.01 21.99 -
YUV 121.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 111 127 124 0.13 0 0.02 0.50 168.75 0.07 0.47
Hex 6F 7F 7C D 0 2 32 A9 7 2F
Octal 157 177 174 15 0 2 62 251 7 57
Binary 1101111 1111111 1111100 1101 0 10 110010 10101001 111 101111

Color Harmonies of #6F7F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7F7C

Black with #6F7F7C

Text Example


Text Example

White with #6F7F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,127,124); }

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

background-color css

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

 a { background-color: rgb(111,127,124); }

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

border-color css

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

 span { border-color: rgb(111,127,124); }

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