Html Css Color HEX #677E8E Lynch

📋 copy color: '#677E8E'

red 103 ◦ green 126 ◦ blue 142

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

Shades of Lynch #677E8E

Tints of Lynch #677E8E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.96%

 BLUE value IS 142 (55.86% from 255) = 38.27%

R = 27.76%
G = 33.96%
B = 38.27%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#677E8E (or 0x677E8E) is known color: Lynch. HEX triplet: 67, 7E and 8E. RGB value is (103,126,142). Sum of RGB (Red+Green+Blue) = 103+126+142=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #677E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677E8E is #988171. Grayscale: #787878. Windows color (decimal): -9994610 or 9338471. OLE color: 9338471.

HSL color Cylindrical-coordinate representation of color #677E8E: hue angle of 204.62º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #677E8E is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 126 142 -
CMYK 0.27 0.11 0 0.44
HSL 204.62º 0.16% 0.48% -
HSV(B) 204.62º 0.27% 0.56% -
XYZ 17.94 19.76 28.46 -
YUV 120.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 103 126 142 0.27 0.11 0 0.44 204.62 0.16 0.48
Hex 67 7E 8E 1B B 0 2C CD 10 30
Octal 147 176 216 33 13 0 54 315 20 60
Binary 1100111 1111110 10001110 11011 1011 0 101100 11001101 10000 110000

Color Harmonies of #677E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677E8E

Black with #677E8E

Text Example


Text Example

White with #677E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677E8E; }

 p { color: rgb(103,126,142); }

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

background-color css

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

 a { background-color: rgb(103,126,142); }

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

border-color css

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

 span { border-color: rgb(103,126,142); }

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