Html Css Color HEX #757676 Rolling Stone

📋 copy color: '#757676'

red 117 ◦ green 118 ◦ blue 118

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

Shades of Rolling Stone #757676

Tints of Rolling Stone #757676

RGB

 RED value IS 117 (46.09% from 255) = 33.14%

 GREEN value IS 118 (46.48% from 255) = 33.43%

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

R = 33.14%
G = 33.43%
B = 33.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#757676 (or 0x757676) is known color: Rolling Stone. HEX triplet: 75, 76 and 76. RGB value is (117,118,118). Sum of RGB (Red+Green+Blue) = 117+118+118=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #757676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757676 is #8A8989. Grayscale: #757575. Windows color (decimal): -9079178 or 7763573. OLE color: 7763573.

HSL color Cylindrical-coordinate representation of color #757676: hue angle of 180º degrees, saturation: 0, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #757676 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 118 118 -
CMYK 0.01 0 0 0.54
HSL 180º 0% 0.46% -
HSV(B) 180º 0.01% 0.46% -
XYZ 17.08 18.05 19.72 -
YUV 117.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 117 118 118 0.01 0 0 0.54 180 0 0.46
Hex 75 76 76 1 0 0 36 B4 0 2E
Octal 165 166 166 1 0 0 66 264 0 56
Binary 1110101 1110110 1110110 1 0 0 110110 10110100 0 101110

Color Harmonies of #757676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757676

Black with #757676

Text Example


Text Example

White with #757676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757676; }

 p { color: rgb(117,118,118); }

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

background-color css

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

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

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

border-color css

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

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

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