Html Css Color HEX #677A79 Rolling Stone

📋 copy color: '#677A79'

red 103 ◦ green 122 ◦ blue 121

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

Shades of Rolling Stone #677A79

Tints of Rolling Stone #677A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.97%

R = 29.77%
G = 35.26%
B = 34.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#677A79 (or 0x677A79) is known color: Rolling Stone. HEX triplet: 67, 7A and 79. RGB value is (103,122,121). Sum of RGB (Red+Green+Blue) = 103+122+121=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 122 - color contains mainly: green. Hex color #677A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677A79 is #988586. Grayscale: #747474. Windows color (decimal): -9995655 or 7961191. OLE color: 7961191.

HSL color Cylindrical-coordinate representation of color #677A79: hue angle of 176.84º 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 #677A79 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 103 122 121 -
CMYK 0.16 0 0.01 0.52
HSL 176.84º 0.08% 0.44% -
HSV(B) 176.84º 0.16% 0.48% -
XYZ 16 18.18 20.76 -
YUV 116.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 103 122 121 0.16 0 0.01 0.52 176.84 0.08 0.44
Hex 67 7A 79 10 0 1 34 B1 8 2C
Octal 147 172 171 20 0 1 64 261 10 54
Binary 1100111 1111010 1111001 10000 0 1 110100 10110001 1000 101100

Color Harmonies of #677A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677A79

Black with #677A79

Text Example


Text Example

White with #677A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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