Html Css Color HEX #6D7C7A Rolling Stone

📋 copy color: '#6D7C7A'

red 109 ◦ green 124 ◦ blue 122

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

Shades of Rolling Stone #6D7C7A

Tints of Rolling Stone #6D7C7A

RGB

 RED value IS 109 (42.97% from 255) = 30.7%

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 30.7%
G = 34.93%
B = 34.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#6D7C7A (or 0x6D7C7A) is known color: Rolling Stone. HEX triplet: 6D, 7C and 7A. RGB value is (109,124,122). Sum of RGB (Red+Green+Blue) = 109+124+122=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 124 - color contains mainly: green. Hex color #6D7C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7C7A is #928385. Grayscale: #777777. Windows color (decimal): -9601926 or 8027245. OLE color: 8027245.

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

Color convert

RGB 109 124 122 -
CMYK 0.12 0 0.02 0.51
HSL 172º 0.06% 0.46% -
HSV(B) 172º 0.12% 0.49% -
XYZ 17.03 19.07 21.2 -
YUV 119.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 109 124 122 0.12 0 0.02 0.51 172 0.06 0.46
Hex 6D 7C 7A C 0 2 33 AC 6 2E
Octal 155 174 172 14 0 2 63 254 6 56
Binary 1101101 1111100 1111010 1100 0 10 110011 10101100 110 101110

Color Harmonies of #6D7C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7C7A

Black with #6D7C7A

Text Example


Text Example

White with #6D7C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,124,122); }

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

background-color css

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

 a { background-color: rgb(109,124,122); }

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

border-color css

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

 span { border-color: rgb(109,124,122); }

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