Html Css Color HEX #717B84 Lynch

📋 copy color: '#717B84'

red 113 ◦ green 123 ◦ blue 132

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

Shades of Lynch #717B84

Tints of Lynch #717B84

RGB

 RED value IS 113 (44.53% from 255) = 30.71%

 GREEN value IS 123 (48.44% from 255) = 33.42%

 BLUE value IS 132 (51.95% from 255) = 35.87%

R = 30.71%
G = 33.42%
B = 35.87%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#717B84 (or 0x717B84) is known color: Lynch. HEX triplet: 71, 7B and 84. RGB value is (113,123,132). Sum of RGB (Red+Green+Blue) = 113+123+132=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 132 - color contains mainly: blue. Hex color #717B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B84 is #8E847B. Grayscale: #787878. Windows color (decimal): -9340028 or 8682353. OLE color: 8682353.

HSL color Cylindrical-coordinate representation of color #717B84: hue angle of 208.42º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #717B84 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 123 132 -
CMYK 0.14 0.07 0 0.48
HSL 208.42º 0.08% 0.48% -
HSV(B) 208.42º 0.14% 0.52% -
XYZ 18.06 19.34 24.61 -
YUV 121.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 113 123 132 0.14 0.07 0 0.48 208.42 0.08 0.48
Hex 71 7B 84 E 7 0 30 D0 8 30
Octal 161 173 204 16 7 0 60 320 10 60
Binary 1110001 1111011 10000100 1110 111 0 110000 11010000 1000 110000

Color Harmonies of #717B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717B84

Black with #717B84

Text Example


Text Example

White with #717B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717B84; }

 p { color: rgb(113,123,132); }

 H1.HeaderClassName
 {
   color: #717B84;
 }
 .AnyTagClassName
 {
   color: #717B84;
 }
</style>

background-color css

<style>
 a { background-color: #717B84; }

 a { background-color: rgb(113,123,132); }

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

border-color css

<style>
 span { border-color: #717B84; }

 span { border-color: rgb(113,123,132); }

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