Html Css Color HEX #757978 Rolling Stone

📋 copy color: '#757978'

red 117 ◦ green 121 ◦ blue 120

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

Shades of Rolling Stone #757978

Tints of Rolling Stone #757978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.8%

 BLUE value IS 120 (47.27% from 255) = 33.52%

R = 32.68%
G = 33.8%
B = 33.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#757978 (or 0x757978) is known color: Rolling Stone. HEX triplet: 75, 79 and 78. RGB value is (117,121,120). Sum of RGB (Red+Green+Blue) = 117+121+120=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 121 - color contains mainly: green. Hex color #757978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757978 is #8A8687. Grayscale: #777777. Windows color (decimal): -9078408 or 7895413. OLE color: 7895413.

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

Color convert

RGB 117 121 120 -
CMYK 0.03 0 0.01 0.53
HSL 165º 0.02% 0.47% -
HSV(B) 165º 0.03% 0.47% -
XYZ 17.56 18.81 20.47 -
YUV 119.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 117 121 120 0.03 0 0.01 0.53 165 0.02 0.47
Hex 75 79 78 3 0 1 35 A5 2 2F
Octal 165 171 170 3 0 1 65 245 2 57
Binary 1110101 1111001 1111000 11 0 1 110101 10100101 10 101111

Color Harmonies of #757978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757978

Black with #757978

Text Example


Text Example

White with #757978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757978; }

 p { color: rgb(117,121,120); }

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

background-color css

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

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

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

border-color css

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

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

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