Html Css Color HEX #677A74 Rolling Stone

📋 copy color: '#677A74'

red 103 ◦ green 122 ◦ blue 116

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

Shades of Rolling Stone #677A74

Tints of Rolling Stone #677A74

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.78%

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

R = 30.21%
G = 35.78%
B = 34.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#677A74 (or 0x677A74) is known color: Rolling Stone. HEX triplet: 67, 7A and 74. RGB value is (103,122,116). Sum of RGB (Red+Green+Blue) = 103+122+116=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 122 - color contains mainly: green. Hex color #677A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677A74 is #98858B. Grayscale: #737373. Windows color (decimal): -9995660 or 7633511. OLE color: 7633511.

HSL color Cylindrical-coordinate representation of color #677A74: hue angle of 161.05º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #677A74 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 103 122 116 -
CMYK 0.16 0 0.05 0.52
HSL 161.05º 0.08% 0.44% -
HSV(B) 161.05º 0.16% 0.48% -
XYZ 15.71 18.06 19.18 -
YUV 115.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 103 122 116 0.16 0 0.05 0.52 161.05 0.08 0.44
Hex 67 7A 74 10 0 5 34 A1 8 2C
Octal 147 172 164 20 0 5 64 241 10 54
Binary 1100111 1111010 1110100 10000 0 101 110100 10100001 1000 101100

Color Harmonies of #677A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677A74

Black with #677A74

Text Example


Text Example

White with #677A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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