Html Css Color HEX #747C81 Lynch

📋 copy color: '#747C81'

red 116 ◦ green 124 ◦ blue 129

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

Shades of Lynch #747C81

Tints of Lynch #747C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 31.44%
G = 33.6%
B = 34.96%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#747C81 (or 0x747C81) is known color: Lynch. HEX triplet: 74, 7C and 81. RGB value is (116,124,129). Sum of RGB (Red+Green+Blue) = 116+124+129=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 129 - color contains mainly: blue. Hex color #747C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747C81 is #8B837E. Grayscale: #7A7A7A. Windows color (decimal): -9143167 or 8486004. OLE color: 8486004.

HSL color Cylindrical-coordinate representation of color #747C81: hue angle of 203.08º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #747C81 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 124 129 -
CMYK 0.10 0.04 0 0.49
HSL 203.08º 0.05% 0.48% -
HSV(B) 203.08º 0.1% 0.51% -
XYZ 18.37 19.71 23.61 -
YUV 122.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 116 124 129 0.10 0.04 0 0.49 203.08 0.05 0.48
Hex 74 7C 81 A 4 0 31 CB 5 30
Octal 164 174 201 12 4 0 61 313 5 60
Binary 1110100 1111100 10000001 1010 100 0 110001 11001011 101 110000

Color Harmonies of #747C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C81

Black with #747C81

Text Example


Text Example

White with #747C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,124,129); }

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

background-color css

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

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

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

border-color css

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

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

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