Html Css Color HEX #6B7876 Rolling Stone

📋 copy color: '#6B7876'

red 107 ◦ green 120 ◦ blue 118

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

Shades of Rolling Stone #6B7876

Tints of Rolling Stone #6B7876

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.78%

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 31.01%
G = 34.78%
B = 34.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#6B7876 (or 0x6B7876) is known color: Rolling Stone. HEX triplet: 6B, 78 and 76. RGB value is (107,120,118). Sum of RGB (Red+Green+Blue) = 107+120+118=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 120 - color contains mainly: green. Hex color #6B7876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7876 is #948789. Grayscale: #737373. Windows color (decimal): -9734026 or 7764075. OLE color: 7764075.

HSL color Cylindrical-coordinate representation of color #6B7876: hue angle of 170.77º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B7876 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 120 118 -
CMYK 0.11 0 0.02 0.53
HSL 170.77º 0.06% 0.45% -
HSV(B) 170.77º 0.11% 0.47% -
XYZ 16.05 17.87 19.74 -
YUV 115.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 107 120 118 0.11 0 0.02 0.53 170.77 0.06 0.45
Hex 6B 78 76 B 0 2 35 AB 6 2D
Octal 153 170 166 13 0 2 65 253 6 55
Binary 1101011 1111000 1110110 1011 0 10 110101 10101011 110 101101

Color Harmonies of #6B7876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7876

Black with #6B7876

Text Example


Text Example

White with #6B7876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,120,118); }

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

background-color css

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

 a { background-color: rgb(107,120,118); }

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

border-color css

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

 span { border-color: rgb(107,120,118); }

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