Html Css Color HEX #677882 Lynch

📋 copy color: '#677882'

red 103 ◦ green 120 ◦ blue 130

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

Shades of Lynch #677882

Tints of Lynch #677882

RGB

 RED value IS 103 (40.63% from 255) = 29.18%

 GREEN value IS 120 (47.27% from 255) = 33.99%

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

R = 29.18%
G = 33.99%
B = 36.83%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#677882 (or 0x677882) is known color: Lynch. HEX triplet: 67, 78 and 82. RGB value is (103,120,130). Sum of RGB (Red+Green+Blue) = 103+120+130=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 120 (47.27% from 255 or 33.99% 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 #677882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677882 is #98877D. Grayscale: #737373. Windows color (decimal): -9996158 or 8550503. OLE color: 8550503.

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

Color convert

RGB 103 120 130 -
CMYK 0.21 0.08 0 0.49
HSL 202.22º 0.12% 0.46% -
HSV(B) 202.22º 0.21% 0.51% -
XYZ 16.34 17.93 23.72 -
YUV 116.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 103 120 130 0.21 0.08 0 0.49 202.22 0.12 0.46
Hex 67 78 82 15 8 0 31 CA C 2E
Octal 147 170 202 25 10 0 61 312 14 56
Binary 1100111 1111000 10000010 10101 1000 0 110001 11001010 1100 101110

Color Harmonies of #677882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677882

Black with #677882

Text Example


Text Example

White with #677882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677882; }

 p { color: rgb(103,120,130); }

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

background-color css

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

 a { background-color: rgb(103,120,130); }

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

border-color css

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

 span { border-color: rgb(103,120,130); }

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