Html Css Color HEX #677B76 Rolling Stone

📋 copy color: '#677B76'

red 103 ◦ green 123 ◦ blue 118

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

Shades of Rolling Stone #677B76

Tints of Rolling Stone #677B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.76%

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 29.94%
G = 35.76%
B = 34.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#677B76 (or 0x677B76) is known color: Rolling Stone. HEX triplet: 67, 7B and 76. RGB value is (103,123,118). Sum of RGB (Red+Green+Blue) = 103+123+118=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 123 - color contains mainly: green. Hex color #677B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677B76 is #988489. Grayscale: #747474. Windows color (decimal): -9995402 or 7764839. OLE color: 7764839.

HSL color Cylindrical-coordinate representation of color #677B76: hue angle of 165º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #677B76 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 103 123 118 -
CMYK 0.16 0 0.04 0.52
HSL 165º 0.09% 0.44% -
HSV(B) 165º 0.16% 0.48% -
XYZ 15.95 18.36 19.84 -
YUV 116.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 103 123 118 0.16 0 0.04 0.52 165 0.09 0.44
Hex 67 7B 76 10 0 4 34 A5 9 2C
Octal 147 173 166 20 0 4 64 245 11 54
Binary 1100111 1111011 1110110 10000 0 100 110100 10100101 1001 101100

Color Harmonies of #677B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677B76

Black with #677B76

Text Example


Text Example

White with #677B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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