Html Css Color HEX #6C7773 Rolling Stone

📋 copy color: '#6C7773'

red 108 ◦ green 119 ◦ blue 115

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

Shades of Rolling Stone #6C7773

Tints of Rolling Stone #6C7773

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.8%

 BLUE value IS 115 (45.31% from 255) = 33.63%

R = 31.58%
G = 34.8%
B = 33.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#6C7773 (or 0x6C7773) is known color: Rolling Stone. HEX triplet: 6C, 77 and 73. RGB value is (108,119,115). Sum of RGB (Red+Green+Blue) = 108+119+115=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 119 - color contains mainly: green. Hex color #6C7773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7773 is #93888C. Grayscale: #737373. Windows color (decimal): -9668749 or 7567212. OLE color: 7567212.

HSL color Cylindrical-coordinate representation of color #6C7773: hue angle of 158.18º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6C7773 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 119 115 -
CMYK 0.09 0 0.03 0.53
HSL 158.18º 0.05% 0.45% -
HSV(B) 158.18º 0.09% 0.47% -
XYZ 15.88 17.62 18.78 -
YUV 115.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 108 119 115 0.09 0 0.03 0.53 158.18 0.05 0.45
Hex 6C 77 73 9 0 3 35 9E 5 2D
Octal 154 167 163 11 0 3 65 236 5 55
Binary 1101100 1110111 1110011 1001 0 11 110101 10011110 101 101101

Color Harmonies of #6C7773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7773

Black with #6C7773

Text Example


Text Example

White with #6C7773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,119,115); }

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

background-color css

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

 a { background-color: rgb(108,119,115); }

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

border-color css

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

 span { border-color: rgb(108,119,115); }

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