Html Css Color HEX #747676 Rolling Stone

📋 copy color: '#747676'

red 116 ◦ green 118 ◦ blue 118

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

Shades of Rolling Stone #747676

Tints of Rolling Stone #747676

RGB

 RED value IS 116 (45.7% from 255) = 32.95%

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

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

R = 32.95%
G = 33.52%
B = 33.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#747676 (or 0x747676) is known color: Rolling Stone. HEX triplet: 74, 76 and 76. RGB value is (116,118,118). Sum of RGB (Red+Green+Blue) = 116+118+118=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #747676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747676 is #8B8989. Grayscale: #757575. Windows color (decimal): -9144714 or 7763572. OLE color: 7763572.

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

Color convert

RGB 116 118 118 -
CMYK 0.02 0 0 0.54
HSL 180º 0.01% 0.46% -
HSV(B) 180º 0.02% 0.46% -
XYZ 16.95 17.98 19.72 -
YUV 117.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 116 118 118 0.02 0 0 0.54 180 0.01 0.46
Hex 74 76 76 2 0 0 36 B4 1 2E
Octal 164 166 166 2 0 0 66 264 1 56
Binary 1110100 1110110 1110110 10 0 0 110110 10110100 1 101110

Color Harmonies of #747676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747676

Black with #747676

Text Example


Text Example

White with #747676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747676; }

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

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

background-color css

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

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

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

border-color css

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

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

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