Html Css Color HEX #677371 Rolling Stone

📋 copy color: '#677371'

red 103 ◦ green 115 ◦ blue 113

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

Shades of Rolling Stone #677371

Tints of Rolling Stone #677371

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.74%

 BLUE value IS 113 (44.53% from 255) = 34.14%

R = 31.12%
G = 34.74%
B = 34.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#677371 (or 0x677371) is known color: Rolling Stone. HEX triplet: 67, 73 and 71. RGB value is (103,115,113). Sum of RGB (Red+Green+Blue) = 103+115+113=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 115 - color contains mainly: green. Hex color #677371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677371 is #988C8E. Grayscale: #6F6F6F. Windows color (decimal): -9997455 or 7435111. OLE color: 7435111.

HSL color Cylindrical-coordinate representation of color #677371: hue angle of 170º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #677371 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 115 113 -
CMYK 0.10 0 0.02 0.55
HSL 170º 0.06% 0.43% -
HSV(B) 170º 0.1% 0.45% -
XYZ 14.7 16.34 18 -
YUV 111.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 103 115 113 0.10 0 0.02 0.55 170 0.06 0.43
Hex 67 73 71 A 0 2 37 AA 6 2B
Octal 147 163 161 12 0 2 67 252 6 53
Binary 1100111 1110011 1110001 1010 0 10 110111 10101010 110 101011

Color Harmonies of #677371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677371

Black with #677371

Text Example


Text Example

White with #677371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677371; }

 p { color: rgb(103,115,113); }

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

background-color css

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

 a { background-color: rgb(103,115,113); }

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

border-color css

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

 span { border-color: rgb(103,115,113); }

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