Html Css Color HEX #687782 Lynch

📋 copy color: '#687782'

red 104 ◦ green 119 ◦ blue 130

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

Shades of Lynch #687782

Tints of Lynch #687782

RGB

 RED value IS 104 (41.02% from 255) = 29.46%

 GREEN value IS 119 (46.88% from 255) = 33.71%

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

R = 29.46%
G = 33.71%
B = 36.83%

CMYK

 C value IS 0.2

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687782 (or 0x687782) is known color: Lynch. HEX triplet: 68, 77 and 82. RGB value is (104,119,130). Sum of RGB (Red+Green+Blue) = 104+119+130=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #687782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687782 is #97887D. Grayscale: #737373. Windows color (decimal): -9930878 or 8550248. OLE color: 8550248.

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

Color convert

RGB 104 119 130 -
CMYK 0.2 0.08 0 0.49
HSL 205.38º 0.11% 0.46% -
HSV(B) 205.38º 0.2% 0.51% -
XYZ 16.34 17.75 23.68 -
YUV 115.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 104 119 130 0.2 0.08 0 0.49 205.38 0.11 0.46
Hex 68 77 82 14 8 0 31 CD B 2E
Octal 150 167 202 24 10 0 61 315 13 56
Binary 1101000 1110111 10000010 10100 1000 0 110001 11001101 1011 101110

Color Harmonies of #687782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687782

Black with #687782

Text Example


Text Example

White with #687782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687782; }

 p { color: rgb(104,119,130); }

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

background-color css

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

 a { background-color: rgb(104,119,130); }

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

border-color css

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

 span { border-color: rgb(104,119,130); }

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