Html Css Color HEX #677974 Rolling Stone

📋 copy color: '#677974'

red 103 ◦ green 121 ◦ blue 116

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

Shades of Rolling Stone #677974

Tints of Rolling Stone #677974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.59%

 BLUE value IS 116 (45.7% from 255) = 34.12%

R = 30.29%
G = 35.59%
B = 34.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#677974 (or 0x677974) is known color: Rolling Stone. HEX triplet: 67, 79 and 74. RGB value is (103,121,116). Sum of RGB (Red+Green+Blue) = 103+121+116=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 121 - color contains mainly: green. Hex color #677974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677974 is #98868B. Grayscale: #737373. Windows color (decimal): -9995916 or 7633255. OLE color: 7633255.

HSL color Cylindrical-coordinate representation of color #677974: hue angle of 163.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #677974 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 121 116 -
CMYK 0.15 0 0.04 0.53
HSL 163.33º 0.08% 0.44% -
HSV(B) 163.33º 0.15% 0.47% -
XYZ 15.58 17.82 19.14 -
YUV 115.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 103 121 116 0.15 0 0.04 0.53 163.33 0.08 0.44
Hex 67 79 74 F 0 4 35 A3 8 2C
Octal 147 171 164 17 0 4 65 243 10 54
Binary 1100111 1111001 1110100 1111 0 100 110101 10100011 1000 101100

Color Harmonies of #677974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677974

Black with #677974

Text Example


Text Example

White with #677974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677974; }

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

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

background-color css

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

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

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

border-color css

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

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

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