Html Css Color HEX #757D83 Lynch

📋 copy color: '#757D83'

red 117 ◦ green 125 ◦ blue 131

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

Shades of Lynch #757D83

Tints of Lynch #757D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.12%

R = 31.37%
G = 33.51%
B = 35.12%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#757D83 (or 0x757D83) is known color: Lynch. HEX triplet: 75, 7D and 83. RGB value is (117,125,131). Sum of RGB (Red+Green+Blue) = 117+125+131=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 131 - color contains mainly: blue. Hex color #757D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D83 is #8A827C. Grayscale: #7B7B7B. Windows color (decimal): -9077373 or 8617333. OLE color: 8617333.

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

Color convert

RGB 117 125 131 -
CMYK 0.11 0.05 0 0.49
HSL 205.71º 0.06% 0.49% -
HSV(B) 205.71º 0.11% 0.51% -
XYZ 18.77 20.09 24.36 -
YUV 123.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 117 125 131 0.11 0.05 0 0.49 205.71 0.06 0.49
Hex 75 7D 83 B 5 0 31 CE 6 31
Octal 165 175 203 13 5 0 61 316 6 61
Binary 1110101 1111101 10000011 1011 101 0 110001 11001110 110 110001

Color Harmonies of #757D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D83

Black with #757D83

Text Example


Text Example

White with #757D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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