Html Css Color HEX #6B7F79 Rolling Stone

📋 copy color: '#6B7F79'

red 107 ◦ green 127 ◦ blue 121

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

Shades of Rolling Stone #6B7F79

Tints of Rolling Stone #6B7F79

RGB

 RED value IS 107 (42.19% from 255) = 30.14%

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

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

R = 30.14%
G = 35.77%
B = 34.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#6B7F79 (or 0x6B7F79) is known color: Rolling Stone. HEX triplet: 6B, 7F and 79. RGB value is (107,127,121). Sum of RGB (Red+Green+Blue) = 107+127+121=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 127 - color contains mainly: green. Hex color #6B7F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7F79 is #948086. Grayscale: #787878. Windows color (decimal): -9732231 or 7962475. OLE color: 7962475.

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

Color convert

RGB 107 127 121 -
CMYK 0.16 0 0.05 0.50
HSL 162º 0.09% 0.46% -
HSV(B) 162º 0.16% 0.5% -
XYZ 17.1 19.69 20.99 -
YUV 120.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 107 127 121 0.16 0 0.05 0.50 162 0.09 0.46
Hex 6B 7F 79 10 0 5 32 A2 9 2E
Octal 153 177 171 20 0 5 62 242 11 56
Binary 1101011 1111111 1111001 10000 0 101 110010 10100010 1001 101110

Color Harmonies of #6B7F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7F79

Black with #6B7F79

Text Example


Text Example

White with #6B7F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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