Html Css Color HEX #6B7776 Rolling Stone

📋 copy color: '#6B7776'

red 107 ◦ green 119 ◦ blue 118

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

Shades of Rolling Stone #6B7776

Tints of Rolling Stone #6B7776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.59%

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

R = 31.1%
G = 34.59%
B = 34.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#6B7776 (or 0x6B7776) is known color: Rolling Stone. HEX triplet: 6B, 77 and 76. RGB value is (107,119,118). Sum of RGB (Red+Green+Blue) = 107+119+118=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7776 is #948889. Grayscale: #737373. Windows color (decimal): -9734282 or 7763819. OLE color: 7763819.

HSL color Cylindrical-coordinate representation of color #6B7776: hue angle of 175º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B7776 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 119 118 -
CMYK 0.10 0 0.01 0.53
HSL 175º 0.05% 0.44% -
HSV(B) 175º 0.1% 0.47% -
XYZ 15.93 17.63 19.7 -
YUV 115.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 107 119 118 0.10 0 0.01 0.53 175 0.05 0.44
Hex 6B 77 76 A 0 1 35 AF 5 2C
Octal 153 167 166 12 0 1 65 257 5 54
Binary 1101011 1110111 1110110 1010 0 1 110101 10101111 101 101100

Color Harmonies of #6B7776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7776

Black with #6B7776

Text Example


Text Example

White with #6B7776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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