Html Css Color HEX #747877 Rolling Stone

📋 copy color: '#747877'

red 116 ◦ green 120 ◦ blue 119

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

Shades of Rolling Stone #747877

Tints of Rolling Stone #747877

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

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

R = 32.68%
G = 33.8%
B = 33.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#747877 (or 0x747877) is known color: Rolling Stone. HEX triplet: 74, 78 and 77. RGB value is (116,120,119). Sum of RGB (Red+Green+Blue) = 116+120+119=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 120 - color contains mainly: green. Hex color #747877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747877 is #8B8788. Grayscale: #767676. Windows color (decimal): -9144201 or 7829620. OLE color: 7829620.

HSL color Cylindrical-coordinate representation of color #747877: hue angle of 165º degrees, saturation: 0.02, 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 #747877 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 119 -
CMYK 0.03 0 0.01 0.53
HSL 165º 0.02% 0.46% -
HSV(B) 165º 0.03% 0.47% -
XYZ 17.25 18.48 20.11 -
YUV 118.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 116 120 119 0.03 0 0.01 0.53 165 0.02 0.46
Hex 74 78 77 3 0 1 35 A5 2 2E
Octal 164 170 167 3 0 1 65 245 2 56
Binary 1110100 1111000 1110111 11 0 1 110101 10100101 10 101110

Color Harmonies of #747877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747877

Black with #747877

Text Example


Text Example

White with #747877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747877; }

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

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

background-color css

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

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

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

border-color css

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

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

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