Html Css Color HEX #757D82 Lynch

📋 copy color: '#757D82'

red 117 ◦ green 125 ◦ blue 130

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

Shades of Lynch #757D82

Tints of Lynch #757D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.6%

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 31.45%
G = 33.6%
B = 34.95%

CMYK

 C value IS 0.1

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#757D82 (or 0x757D82) is known color: Lynch. HEX triplet: 75, 7D and 82. RGB value is (117,125,130). Sum of RGB (Red+Green+Blue) = 117+125+130=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 130 - color contains mainly: blue. Hex color #757D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D82 is #8A827D. Grayscale: #7B7B7B. Windows color (decimal): -9077374 or 8551797. OLE color: 8551797.

HSL color Cylindrical-coordinate representation of color #757D82: 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 #757D82 is Cyan = 0.1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 125 130 -
CMYK 0.1 0.04 0 0.49
HSL 203.08º 0.05% 0.48% -
HSV(B) 203.08º 0.1% 0.51% -
XYZ 18.7 20.06 24.01 -
YUV 123.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 117 125 130 0.1 0.04 0 0.49 203.08 0.05 0.48
Hex 75 7D 82 A 4 0 31 CB 5 30
Octal 165 175 202 12 4 0 61 313 5 60
Binary 1110101 1111101 10000010 1010 100 0 110001 11001011 101 110000

Color Harmonies of #757D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D82

Black with #757D82

Text Example


Text Example

White with #757D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,125,130); }

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

background-color css

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

 a { background-color: rgb(117,125,130); }

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

border-color css

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

 span { border-color: rgb(117,125,130); }

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