Html Css Color HEX #747D7B Rolling Stone

📋 copy color: '#747D7B'

red 116 ◦ green 125 ◦ blue 123

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

Shades of Rolling Stone #747D7B

Tints of Rolling Stone #747D7B

RGB

 RED value IS 116 (45.7% from 255) = 31.87%

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

 BLUE value IS 123 (48.44% from 255) = 33.79%

R = 31.87%
G = 34.34%
B = 33.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#747D7B (or 0x747D7B) is known color: Rolling Stone. HEX triplet: 74, 7D and 7B. RGB value is (116,125,123). Sum of RGB (Red+Green+Blue) = 116+125+123=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 125 - color contains mainly: green. Hex color #747D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D7B is #8B8284. Grayscale: #7A7A7A. Windows color (decimal): -9142917 or 8093044. OLE color: 8093044.

HSL color Cylindrical-coordinate representation of color #747D7B: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #747D7B is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 125 123 -
CMYK 0.07 0 0.02 0.51
HSL 166.67º 0.04% 0.47% -
HSV(B) 166.67º 0.07% 0.49% -
XYZ 18.11 19.81 21.61 -
YUV 122.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 116 125 123 0.07 0 0.02 0.51 166.67 0.04 0.47
Hex 74 7D 7B 7 0 2 33 A7 4 2F
Octal 164 175 173 7 0 2 63 247 4 57
Binary 1110100 1111101 1111011 111 0 10 110011 10100111 100 101111

Color Harmonies of #747D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D7B

Black with #747D7B

Text Example


Text Example

White with #747D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747D7B; }

 p { color: rgb(116,125,123); }

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

background-color css

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

 a { background-color: rgb(116,125,123); }

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

border-color css

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

 span { border-color: rgb(116,125,123); }

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