Html Css Color HEX #677975 Rolling Stone

📋 copy color: '#677975'

red 103 ◦ green 121 ◦ blue 117

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

Shades of Rolling Stone #677975

Tints of Rolling Stone #677975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.48%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 30.21%
G = 35.48%
B = 34.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#677975 (or 0x677975) is known color: Rolling Stone. HEX triplet: 67, 79 and 75. RGB value is (103,121,117). Sum of RGB (Red+Green+Blue) = 103+121+117=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 121 - color contains mainly: green. Hex color #677975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677975 is #98868A. Grayscale: #737373. Windows color (decimal): -9995915 or 7698791. OLE color: 7698791.

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

Color convert

RGB 103 121 117 -
CMYK 0.15 0 0.03 0.53
HSL 166.67º 0.08% 0.44% -
HSV(B) 166.67º 0.15% 0.47% -
XYZ 15.64 17.84 19.45 -
YUV 115.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 103 121 117 0.15 0 0.03 0.53 166.67 0.08 0.44
Hex 67 79 75 F 0 3 35 A7 8 2C
Octal 147 171 165 17 0 3 65 247 10 54
Binary 1100111 1111001 1110101 1111 0 11 110101 10100111 1000 101100

Color Harmonies of #677975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677975

Black with #677975

Text Example


Text Example

White with #677975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677975; }

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

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

background-color css

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

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

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

border-color css

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

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

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