Html Css Color HEX #677877 Rolling Stone

📋 copy color: '#677877'

red 103 ◦ green 120 ◦ blue 119

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

Shades of Rolling Stone #677877

Tints of Rolling Stone #677877

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

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

R = 30.12%
G = 35.09%
B = 34.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#677877 (or 0x677877) is known color: Rolling Stone. HEX triplet: 67, 78 and 77. RGB value is (103,120,119). Sum of RGB (Red+Green+Blue) = 103+120+119=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 120 - color contains mainly: green. Hex color #677877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677877 is #988788. Grayscale: #727272. Windows color (decimal): -9996169 or 7829607. OLE color: 7829607.

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

Color convert

RGB 103 120 119 -
CMYK 0.14 0 0.01 0.53
HSL 176.47º 0.08% 0.44% -
HSV(B) 176.47º 0.14% 0.47% -
XYZ 15.64 17.65 20.03 -
YUV 114.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 103 120 119 0.14 0 0.01 0.53 176.47 0.08 0.44
Hex 67 78 77 E 0 1 35 B0 8 2C
Octal 147 170 167 16 0 1 65 260 10 54
Binary 1100111 1111000 1110111 1110 0 1 110101 10110000 1000 101100

Color Harmonies of #677877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677877

Black with #677877

Text Example


Text Example

White with #677877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677877; }

 p { color: rgb(103,120,119); }

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

background-color css

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

 a { background-color: rgb(103,120,119); }

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

border-color css

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

 span { border-color: rgb(103,120,119); }

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