Html Css Color HEX #677D7B Rolling Stone

📋 copy color: '#677D7B'

red 103 ◦ green 125 ◦ blue 123

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

Shades of Rolling Stone #677D7B

Tints of Rolling Stone #677D7B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

 BLUE value IS 123 (48.44% from 255) = 35.04%

R = 29.34%
G = 35.61%
B = 35.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#677D7B (or 0x677D7B) is known color: Rolling Stone. HEX triplet: 67, 7D and 7B. RGB value is (103,125,123). Sum of RGB (Red+Green+Blue) = 103+125+123=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 125 - color contains mainly: green. Hex color #677D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677D7B is #988284. Grayscale: #767676. Windows color (decimal): -9994885 or 8093031. OLE color: 8093031.

HSL color Cylindrical-coordinate representation of color #677D7B: hue angle of 174.55º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #677D7B is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 125 123 -
CMYK 0.18 0 0.02 0.51
HSL 174.55º 0.1% 0.45% -
HSV(B) 174.55º 0.18% 0.49% -
XYZ 16.5 18.98 21.53 -
YUV 118.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 103 125 123 0.18 0 0.02 0.51 174.55 0.1 0.45
Hex 67 7D 7B 12 0 2 33 AF A 2D
Octal 147 175 173 22 0 2 63 257 12 55
Binary 1100111 1111101 1111011 10010 0 10 110011 10101111 1010 101101

Color Harmonies of #677D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677D7B

Black with #677D7B

Text Example


Text Example

White with #677D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,125,123); }

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

background-color css

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

 a { background-color: rgb(103,125,123); }

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

border-color css

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

 span { border-color: rgb(103,125,123); }

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