Html Css Color HEX #747777 Rolling Stone

📋 copy color: '#747777'

red 116 ◦ green 119 ◦ blue 119

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

Shades of Rolling Stone #747777

Tints of Rolling Stone #747777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 119 (46.88% from 255) = 33.62%

R = 32.77%
G = 33.62%
B = 33.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#747777 (or 0x747777) is known color: Rolling Stone. HEX triplet: 74, 77 and 77. RGB value is (116,119,119). Sum of RGB (Red+Green+Blue) = 116+119+119=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #747777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747777 is #8B8888. Grayscale: #767676. Windows color (decimal): -9144457 or 7829364. OLE color: 7829364.

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

Color convert

RGB 116 119 119 -
CMYK 0.03 0 0 0.53
HSL 180º 0.01% 0.46% -
HSV(B) 180º 0.03% 0.47% -
XYZ 17.13 18.24 20.07 -
YUV 118.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 116 119 119 0.03 0 0 0.53 180 0.01 0.46
Hex 74 77 77 3 0 0 35 B4 1 2E
Octal 164 167 167 3 0 0 65 264 1 56
Binary 1110100 1110111 1110111 11 0 0 110101 10110100 1 101110

Color Harmonies of #747777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747777

Black with #747777

Text Example


Text Example

White with #747777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747777; }

 p { color: rgb(116,119,119); }

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

background-color css

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

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

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

border-color css

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

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

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