Html Css Color HEX #6F7C78 Rolling Stone

📋 copy color: '#6F7C78'

red 111 ◦ green 124 ◦ blue 120

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

Shades of Rolling Stone #6F7C78

Tints of Rolling Stone #6F7C78

RGB

 RED value IS 111 (43.75% from 255) = 31.27%

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

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

R = 31.27%
G = 34.93%
B = 33.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#6F7C78 (or 0x6F7C78) is known color: Rolling Stone. HEX triplet: 6F, 7C and 78. RGB value is (111,124,120). Sum of RGB (Red+Green+Blue) = 111+124+120=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 124 - color contains mainly: green. Hex color #6F7C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7C78 is #908387. Grayscale: #777777. Windows color (decimal): -9470856 or 7896175. OLE color: 7896175.

HSL color Cylindrical-coordinate representation of color #6F7C78: hue angle of 161.54º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F7C78 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 124 120 -
CMYK 0.10 0 0.03 0.51
HSL 161.54º 0.06% 0.46% -
HSV(B) 161.54º 0.1% 0.49% -
XYZ 17.15 19.15 20.56 -
YUV 119.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 111 124 120 0.10 0 0.03 0.51 161.54 0.06 0.46
Hex 6F 7C 78 A 0 3 33 A2 6 2E
Octal 157 174 170 12 0 3 63 242 6 56
Binary 1101111 1111100 1111000 1010 0 11 110011 10100010 110 101110

Color Harmonies of #6F7C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7C78

Black with #6F7C78

Text Example


Text Example

White with #6F7C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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