Html Css Color HEX #677471 Rolling Stone

📋 copy color: '#677471'

red 103 ◦ green 116 ◦ blue 113

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

Shades of Rolling Stone #677471

Tints of Rolling Stone #677471

RGB

 RED value IS 103 (40.63% from 255) = 31.02%

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

 BLUE value IS 113 (44.53% from 255) = 34.04%

R = 31.02%
G = 34.94%
B = 34.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#677471 (or 0x677471) is known color: Rolling Stone. HEX triplet: 67, 74 and 71. RGB value is (103,116,113). Sum of RGB (Red+Green+Blue) = 103+116+113=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 116 - color contains mainly: green. Hex color #677471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677471 is #988B8E. Grayscale: #6F6F6F. Windows color (decimal): -9997199 or 7435367. OLE color: 7435367.

HSL color Cylindrical-coordinate representation of color #677471: hue angle of 166.15º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #677471 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 116 113 -
CMYK 0.11 0 0.03 0.55
HSL 166.15º 0.06% 0.43% -
HSV(B) 166.15º 0.11% 0.45% -
XYZ 14.82 16.57 18.04 -
YUV 111.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 103 116 113 0.11 0 0.03 0.55 166.15 0.06 0.43
Hex 67 74 71 B 0 3 37 A6 6 2B
Octal 147 164 161 13 0 3 67 246 6 53
Binary 1100111 1110100 1110001 1011 0 11 110111 10100110 110 101011

Color Harmonies of #677471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677471

Black with #677471

Text Example


Text Example

White with #677471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677471; }

 p { color: rgb(103,116,113); }

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

background-color css

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

 a { background-color: rgb(103,116,113); }

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

border-color css

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

 span { border-color: rgb(103,116,113); }

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