Html Css Color HEX #677874 Rolling Stone

📋 copy color: '#677874'

red 103 ◦ green 120 ◦ blue 116

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

Shades of Rolling Stone #677874

Tints of Rolling Stone #677874

RGB

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

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

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

R = 30.38%
G = 35.4%
B = 34.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#677874 (or 0x677874) is known color: Rolling Stone. HEX triplet: 67, 78 and 74. RGB value is (103,120,116). Sum of RGB (Red+Green+Blue) = 103+120+116=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 120 - color contains mainly: green. Hex color #677874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677874 is #98878B. Grayscale: #727272. Windows color (decimal): -9996172 or 7632999. OLE color: 7632999.

HSL color Cylindrical-coordinate representation of color #677874: hue angle of 165.88º 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 #677874 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 120 116 -
CMYK 0.14 0 0.03 0.53
HSL 165.88º 0.08% 0.44% -
HSV(B) 165.88º 0.14% 0.47% -
XYZ 15.46 17.58 19.1 -
YUV 114.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 103 120 116 0.14 0 0.03 0.53 165.88 0.08 0.44
Hex 67 78 74 E 0 3 35 A6 8 2C
Octal 147 170 164 16 0 3 65 246 10 54
Binary 1100111 1111000 1110100 1110 0 11 110101 10100110 1000 101100

Color Harmonies of #677874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677874

Black with #677874

Text Example


Text Example

White with #677874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677874; }

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

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

background-color css

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

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

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

border-color css

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

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

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