Html Css Color HEX #6C7C78 Rolling Stone

📋 copy color: '#6C7C78'

red 108 ◦ green 124 ◦ blue 120

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

Shades of Rolling Stone #6C7C78

Tints of Rolling Stone #6C7C78

RGB

 RED value IS 108 (42.58% from 255) = 30.68%

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

 BLUE value IS 120 (47.27% from 255) = 34.09%

R = 30.68%
G = 35.23%
B = 34.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#6C7C78 (or 0x6C7C78) is known color: Rolling Stone. HEX triplet: 6C, 7C and 78. RGB value is (108,124,120). Sum of RGB (Red+Green+Blue) = 108+124+120=352 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.68% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7C78 is #938387. Grayscale: #767676. Windows color (decimal): -9667464 or 7896172. OLE color: 7896172.

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

Color convert

RGB 108 124 120 -
CMYK 0.13 0 0.03 0.51
HSL 165º 0.07% 0.45% -
HSV(B) 165º 0.13% 0.49% -
XYZ 16.78 18.96 20.54 -
YUV 118.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 108 124 120 0.13 0 0.03 0.51 165 0.07 0.45
Hex 6C 7C 78 D 0 3 33 A5 7 2D
Octal 154 174 170 15 0 3 63 245 7 55
Binary 1101100 1111100 1111000 1101 0 11 110011 10100101 111 101101

Color Harmonies of #6C7C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7C78

Black with #6C7C78

Text Example


Text Example

White with #6C7C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,124,120); }

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

background-color css

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

 a { background-color: rgb(108,124,120); }

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

border-color css

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

 span { border-color: rgb(108,124,120); }

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