Html Css Color HEX #757D7C Rolling Stone

📋 copy color: '#757D7C'

red 117 ◦ green 125 ◦ blue 124

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

Shades of Rolling Stone #757D7C

Tints of Rolling Stone #757D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 31.97%
G = 34.15%
B = 33.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#757D7C (or 0x757D7C) is known color: Rolling Stone. HEX triplet: 75, 7D and 7C. RGB value is (117,125,124). Sum of RGB (Red+Green+Blue) = 117+125+124=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 125 - color contains mainly: green. Hex color #757D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D7C is #8A8283. Grayscale: #7A7A7A. Windows color (decimal): -9077380 or 8158581. OLE color: 8158581.

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

Color convert

RGB 117 125 124 -
CMYK 0.06 0 0.01 0.51
HSL 172.5º 0.03% 0.47% -
HSV(B) 172.5º 0.06% 0.49% -
XYZ 18.31 19.9 21.95 -
YUV 122.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 117 125 124 0.06 0 0.01 0.51 172.5 0.03 0.47
Hex 75 7D 7C 6 0 1 33 AC 3 2F
Octal 165 175 174 6 0 1 63 254 3 57
Binary 1110101 1111101 1111100 110 0 1 110011 10101100 11 101111

Color Harmonies of #757D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D7C

Black with #757D7C

Text Example


Text Example

White with #757D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,125,124); }

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

background-color css

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

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

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

border-color css

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

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

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