Html Css Color HEX #6C7F7C Rolling Stone

📋 copy color: '#6C7F7C'

red 108 ◦ green 127 ◦ blue 124

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

Shades of Rolling Stone #6C7F7C

Tints of Rolling Stone #6C7F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 35.38%

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 30.08%
G = 35.38%
B = 34.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#6C7F7C (or 0x6C7F7C) is known color: Rolling Stone. HEX triplet: 6C, 7F and 7C. RGB value is (108,127,124). Sum of RGB (Red+Green+Blue) = 108+127+124=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 127 - color contains mainly: green. Hex color #6C7F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7F7C is #938083. Grayscale: #787878. Windows color (decimal): -9666692 or 8159084. OLE color: 8159084.

HSL color Cylindrical-coordinate representation of color #6C7F7C: hue angle of 170.53º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6C7F7C is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 127 124 -
CMYK 0.15 0 0.02 0.50
HSL 170.53º 0.08% 0.46% -
HSV(B) 170.53º 0.15% 0.5% -
XYZ 17.41 19.82 21.98 -
YUV 120.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 108 127 124 0.15 0 0.02 0.50 170.53 0.08 0.46
Hex 6C 7F 7C F 0 2 32 AB 8 2E
Octal 154 177 174 17 0 2 62 253 10 56
Binary 1101100 1111111 1111100 1111 0 10 110010 10101011 1000 101110

Color Harmonies of #6C7F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7F7C

Black with #6C7F7C

Text Example


Text Example

White with #6C7F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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