Html Css Color HEX #757A78 Rolling Stone

📋 copy color: '#757A78'

red 117 ◦ green 122 ◦ blue 120

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

Shades of Rolling Stone #757A78

Tints of Rolling Stone #757A78

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.98%

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

R = 32.59%
G = 33.98%
B = 33.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#757A78 (or 0x757A78) is known color: Rolling Stone. HEX triplet: 75, 7A and 78. RGB value is (117,122,120). Sum of RGB (Red+Green+Blue) = 117+122+120=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 122 - color contains mainly: green. Hex color #757A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A78 is #8A8587. Grayscale: #787878. Windows color (decimal): -9078152 or 7895669. OLE color: 7895669.

HSL color Cylindrical-coordinate representation of color #757A78: hue angle of 156º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #757A78 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 122 120 -
CMYK 0.04 0 0.02 0.52
HSL 156º 0.02% 0.47% -
HSV(B) 156º 0.04% 0.48% -
XYZ 17.69 19.06 20.52 -
YUV 120.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 117 122 120 0.04 0 0.02 0.52 156 0.02 0.47
Hex 75 7A 78 4 0 2 34 9C 2 2F
Octal 165 172 170 4 0 2 64 234 2 57
Binary 1110101 1111010 1111000 100 0 10 110100 10011100 10 101111

Color Harmonies of #757A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A78

Black with #757A78

Text Example


Text Example

White with #757A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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