Html Css Color HEX #757C7A Rolling Stone

📋 copy color: '#757C7A'

red 117 ◦ green 124 ◦ blue 122

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

Shades of Rolling Stone #757C7A

Tints of Rolling Stone #757C7A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.16%

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 32.23%
G = 34.16%
B = 33.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#757C7A (or 0x757C7A) is known color: Rolling Stone. HEX triplet: 75, 7C and 7A. RGB value is (117,124,122). Sum of RGB (Red+Green+Blue) = 117+124+122=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 124 - color contains mainly: green. Hex color #757C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C7A is #8A8385. Grayscale: #797979. Windows color (decimal): -9077638 or 8027253. OLE color: 8027253.

HSL color Cylindrical-coordinate representation of color #757C7A: hue angle of 162.86º 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 #757C7A is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 124 122 -
CMYK 0.06 0 0.02 0.51
HSL 162.86º 0.03% 0.47% -
HSV(B) 162.86º 0.06% 0.49% -
XYZ 18.06 19.6 21.24 -
YUV 121.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 117 124 122 0.06 0 0.02 0.51 162.86 0.03 0.47
Hex 75 7C 7A 6 0 2 33 A3 3 2F
Octal 165 174 172 6 0 2 63 243 3 57
Binary 1110101 1111100 1111010 110 0 10 110011 10100011 11 101111

Color Harmonies of #757C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C7A

Black with #757C7A

Text Example


Text Example

White with #757C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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