Html Css Color HEX #747F86 Lynch

📋 copy color: '#747F86'

red 116 ◦ green 127 ◦ blue 134

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

Shades of Lynch #747F86

Tints of Lynch #747F86

RGB

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

 GREEN value IS 127 (50% from 255) = 33.69%

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 30.77%
G = 33.69%
B = 35.54%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#747F86 (or 0x747F86) is known color: Lynch. HEX triplet: 74, 7F and 86. RGB value is (116,127,134). Sum of RGB (Red+Green+Blue) = 116+127+134=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 134 - color contains mainly: blue. Hex color #747F86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747F86 is #8B8079. Grayscale: #7C7C7C. Windows color (decimal): -9142394 or 8814452. OLE color: 8814452.

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

Color convert

RGB 116 127 134 -
CMYK 0.13 0.05 0 0.47
HSL 203.33º 0.07% 0.49% -
HSV(B) 203.33º 0.13% 0.53% -
XYZ 19.09 20.61 25.53 -
YUV 124.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 116 127 134 0.13 0.05 0 0.47 203.33 0.07 0.49
Hex 74 7F 86 D 5 0 2F CB 7 31
Octal 164 177 206 15 5 0 57 313 7 61
Binary 1110100 1111111 10000110 1101 101 0 101111 11001011 111 110001

Color Harmonies of #747F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747F86

Black with #747F86

Text Example


Text Example

White with #747F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,127,134); }

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

background-color css

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

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

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

border-color css

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

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

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