Html Css Color HEX #6C7472 Rolling Stone

📋 copy color: '#6C7472'

red 108 ◦ green 116 ◦ blue 114

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

Shades of Rolling Stone #6C7472

Tints of Rolling Stone #6C7472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 31.95%
G = 34.32%
B = 33.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#6C7472 (or 0x6C7472) is known color: Rolling Stone. HEX triplet: 6C, 74 and 72. RGB value is (108,116,114). Sum of RGB (Red+Green+Blue) = 108+116+114=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 116 - color contains mainly: green. Hex color #6C7472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7472 is #938B8D. Grayscale: #717171. Windows color (decimal): -9669518 or 7500908. OLE color: 7500908.

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

Color convert

RGB 108 116 114 -
CMYK 0.07 0 0.02 0.55
HSL 165º 0.04% 0.44% -
HSV(B) 165º 0.07% 0.45% -
XYZ 15.47 16.89 18.37 -
YUV 113.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 108 116 114 0.07 0 0.02 0.55 165 0.04 0.44
Hex 6C 74 72 7 0 2 37 A5 4 2C
Octal 154 164 162 7 0 2 67 245 4 54
Binary 1101100 1110100 1110010 111 0 10 110111 10100101 100 101100

Color Harmonies of #6C7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7472

Black with #6C7472

Text Example


Text Example

White with #6C7472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,116,114); }

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

background-color css

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

 a { background-color: rgb(108,116,114); }

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

border-color css

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

 span { border-color: rgb(108,116,114); }

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