Html Css Color HEX #717675 Rolling Stone

📋 copy color: '#717675'

red 113 ◦ green 118 ◦ blue 117

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

Shades of Rolling Stone #717675

Tints of Rolling Stone #717675

RGB

 RED value IS 113 (44.53% from 255) = 32.47%

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

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

R = 32.47%
G = 33.91%
B = 33.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#717675 (or 0x717675) is known color: Rolling Stone. HEX triplet: 71, 76 and 75. RGB value is (113,118,117). Sum of RGB (Red+Green+Blue) = 113+118+117=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 118 - color contains mainly: green. Hex color #717675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717675 is #8E898A. Grayscale: #747474. Windows color (decimal): -9341323 or 7698033. OLE color: 7698033.

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

Color convert

RGB 113 118 117 -
CMYK 0.04 0 0.01 0.54
HSL 168º 0.02% 0.45% -
HSV(B) 168º 0.04% 0.46% -
XYZ 16.5 17.75 19.39 -
YUV 116.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 113 118 117 0.04 0 0.01 0.54 168 0.02 0.45
Hex 71 76 75 4 0 1 36 A8 2 2D
Octal 161 166 165 4 0 1 66 250 2 55
Binary 1110001 1110110 1110101 100 0 1 110110 10101000 10 101101

Color Harmonies of #717675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717675

Black with #717675

Text Example


Text Example

White with #717675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717675; }

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

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

background-color css

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

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

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

border-color css

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

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

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