Html Css Color HEX #6B7C79 Rolling Stone

📋 copy color: '#6B7C79'

red 107 ◦ green 124 ◦ blue 121

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

Shades of Rolling Stone #6B7C79

Tints of Rolling Stone #6B7C79

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.23%

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

R = 30.4%
G = 35.23%
B = 34.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#6B7C79 (or 0x6B7C79) is known color: Rolling Stone. HEX triplet: 6B, 7C and 79. RGB value is (107,124,121). Sum of RGB (Red+Green+Blue) = 107+124+121=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 124 - color contains mainly: green. Hex color #6B7C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7C79 is #948386. Grayscale: #767676. Windows color (decimal): -9732999 or 7961707. OLE color: 7961707.

HSL color Cylindrical-coordinate representation of color #6B7C79: hue angle of 169.41º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B7C79 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 124 121 -
CMYK 0.14 0 0.02 0.51
HSL 169.41º 0.07% 0.45% -
HSV(B) 169.41º 0.14% 0.49% -
XYZ 16.72 18.92 20.86 -
YUV 118.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 107 124 121 0.14 0 0.02 0.51 169.41 0.07 0.45
Hex 6B 7C 79 E 0 2 33 A9 7 2D
Octal 153 174 171 16 0 2 63 251 7 55
Binary 1101011 1111100 1111001 1110 0 10 110011 10101001 111 101101

Color Harmonies of #6B7C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7C79

Black with #6B7C79

Text Example


Text Example

White with #6B7C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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