Html Css Color HEX #757C81 Lynch

📋 copy color: '#757C81'

red 117 ◦ green 124 ◦ blue 129

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

Shades of Lynch #757C81

Tints of Lynch #757C81

RGB

 RED value IS 117 (46.09% from 255) = 31.62%

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

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

R = 31.62%
G = 33.51%
B = 34.86%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#757C81 (or 0x757C81) is known color: Lynch. HEX triplet: 75, 7C and 81. RGB value is (117,124,129). Sum of RGB (Red+Green+Blue) = 117+124+129=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 129 - color contains mainly: blue. Hex color #757C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757C81 is #8A837E. Grayscale: #7A7A7A. Windows color (decimal): -9077631 or 8486005. OLE color: 8486005.

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

Color convert

RGB 117 124 129 -
CMYK 0.09 0.04 0 0.49
HSL 205º 0.05% 0.48% -
HSV(B) 205º 0.09% 0.51% -
XYZ 18.51 19.78 23.61 -
YUV 122.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 117 124 129 0.09 0.04 0 0.49 205 0.05 0.48
Hex 75 7C 81 9 4 0 31 CD 5 30
Octal 165 174 201 11 4 0 61 315 5 60
Binary 1110101 1111100 10000001 1001 100 0 110001 11001101 101 110000

Color Harmonies of #757C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C81

Black with #757C81

Text Example


Text Example

White with #757C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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